[TYPO3-english] htmlArea RTE and tables
Henjo Hoeksma
me at henjohoeksma.nl
Thu Oct 14 14:12:58 CEST 2010
On 2010-10-14 14:14:21 +0200, Pero Matic said:
> 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.
Try selecting only the cells. You do not want to merge the row, you
want to merge the cells.
Henjo
More information about the TYPO3-english
mailing list