Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
4.7.0
-
None
Description
Dear developers,
I trying to print a table from QTextDocument::setHtml.
The problem is:
I need only horizontal lines between some rows of the table.
Way#1: td
{border-top:1px solid #000;} - doen't work
Way#2: td
- work, but font-size is bigger than 1px.
Way#3: hr
- the padding is bigger than 0.
Way#4: null.gif ???
Please, fix the CSS or just tell me correct way.
Thank you!
http://clip2net.com/clip/m28395/1284999927-cliplx2212-5kb.png
Attachments
Issue Links
- is replaced by
-
QTBUG-36152 Add support for styling the different borders in a table in CSS
- Closed
- relates to
-
QTBUG-7056 QTextDocumentWriter ODF support does not include Table Borders.
- Closed
-
QTBUG-77213 RichText table border uses obsolete syntax
- Open