How i can merge HTML table cells ?
When i write next code, in my HTML page:

Qt Code:
  1. ...
  2. <td colspan=2>
  3. </td>
  4. ...
To copy to clipboard, switch view to plain text mode 
or
Qt Code:
  1. ...
  2. <td rowspan=2>
  3. </td>
  4. ...
To copy to clipboard, switch view to plain text mode 
etc

This not to have effect. :/

This feature not present in QT 4.3.2?