qt-interest@trolltech.com
[Top] [All Lists]

QTextBrowser and HTML-Tables

Subject: QTextBrowser and HTML-Tables
From: "Dietmar Maurer"
Date: Thu, 14 Oct 2004 11:56:15 +0200
Dear all,

I have a QTextBrowser widget, which should display some bitmaps in a
table.
The problem is, that there mustn't be any spacing beetween the bitmaps
(because
they form a bigger image), but the QTextbrowser always adds some pixels.

The Bitmaps whould be displayed like this:

-------
|  |  |
-------

but the QTextbrowser displays it as

---  ---
| |  | |
---  ---

Thank you for any hints,
Dietmar

-----------------------------------------------
Here is my html-code:

<HTML>
<HEAD>
<TITLE>Test</TITLE>
</HEAD>
<BODY>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
                
<TR>
    <TD> <a href="prev.html"><IMG SRC="images/news-03_02.jpg" WIDTH=23
HEIGHT=25 border="0"></a></TD>
    <TD> <a href="next.html"><IMG SRC="images/news-03_03.jpg" WIDTH=21
HEIGHT=25 border="0"></a></TD>
</TR>

</TABLE>
</BODY>
</HTML>

--
List archive and information: http://lists.trolltech.com/qt-interest/

<Prev in Thread] Current Thread [Next in Thread>
  • QTextBrowser and HTML-Tables, Dietmar Maurer <=