PDA

View Full Version : QTextEdit html parsing trouble



DpoHro
20th January 2008, 12:25
How i can merge HTML table cells ?
When i write next code, in my HTML page:


...
<td colspan=2>
</td>
...
or

...
<td rowspan=2>
</td>
...
etc

This not to have effect. :/

This feature not present in QT 4.3.2?

jpn
20th January 2008, 12:40
Works for me with Qt 4.3.2: