[TYPO3-rte] RTE and tables

Pero Matic takoje at takoje.hr
Wed Oct 13 19:00:20 CEST 2010


Hi. I have a problem with htmlArea RTE  2.0.2 and tables. What i do is this:

1. create table ie. 5 rows and 3 cols
2. select first row
3. merge cells

RTE then makes something like

<tr><td colspan="1" rowspan="1">bla bla</td><td>bla bla</td><td>bla 
bla</td></tr>

instead of

<tr><td colspan="2">bla bla</td></tr>

Is this a bug or i'm doing something wrong? Thx.

Regards. 




More information about the TYPO3-project-rte mailing list