avatar Davor Pro Jun 10. 2008. 9:59 am
I noticed that, when editing a page, it is possible to paste HTML text that includes tables. Such tables can then be edited cell by cell, when pressing Tab in the last cell, a new row is added, etc.

But when I store such a page, the table just gets "flattened", and the table structure is lost.

It would be nice to have table support for pages.
www.synergetics.be | www.davor.be
avatar Bramus! Jun 16. 2008. 7:10 am
The whole config for TinyMCE should be rewritten imo. The usage of the title and subtitle elements are all wrong (when you print 'm they're span elements); the content_css is wrongly implemented (blockquote is missing); the lists are freaking out too; ... might be of assistance here as I'm quite into TinyMCE (http://www.bram.us/category/tinymce/ ;))
avatar Ilija Studen Staff Jun 16. 2008. 9:03 am
Bramus!:
The whole config for TinyMCE should be rewritten imo. The usage of the title and subtitle elements are all wrong (when you print 'm they're span elements); the content_css is wrongly implemented (blockquote is missing); the lists are freaking out too; ... might be of assistance here as I'm quite into TinyMCE (http://www.bram.us/category/tinymce/ ;))


Update to TinyMCE 3 is on our roadmap so we'll see to address these issues with future releases. I cannot promise that table support will be added, but we'll see what we can do about that.