This is strange. trying to add a table via the html view however if i add a td with as its contents - go back to the editor view and then back to the html view the has been removed, if i click 'update' to return to the editor view the td is removed. Some of our users do not html so this is frustrating for them.
tiny editor removes empty table rows
This is strange. trying to add a table via the html view however if i add a td with as its contents - go back to the editor view and then back to the html view the has been removed, if i click 'update' to return to the editor view the td is removed. Some of our users do not html so this is frustrating for them.
Hi Sean
HAve a look at the tinymcesettings config file inside the /config file and look for "valid elements". You'll see something like described on this file -> http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/valid_elements
Somewhere in there you have
Which will remove empty td tags - change this to +td and you should be ok.
Dan
Thanks Dan, however changing -td to +td made no difference other than to leave the tr and remove the inner td's.
You need to make it #td and also need to turn on the following in the tinyMCE config file:
<config key="cleanup_on_startup">true</config>
Had the same problem with suicidal table cells, and now they stick around.
is working on a reply...