As far as i can tell i can't adjust the width of colums. With some knowledge of HTML it's easy to edit the table in HTML after you insert it so i van adjust the width of TR's and TD's. But for dummys this is too much to ask.
Could this be a setting in TinyMCE's configuration ? or some other setting or not possible at all...
TimyMCE Table
The TinyMCE works great with the richbox.
One small problem when creating tables.
As far as i can tell i can't adjust the width of colums. With some knowledge of HTML it's easy to edit the table in HTML after you insert it so i van adjust the width of TR's and TD's. But for dummys this is too much to ask.
Could this be a setting in TinyMCE's configuration ? or some other setting or not possible at all...
Maarten
HI Maarten,
I had the same problem, and you can specify that the width is moved to a style attribute.
You should add the following to the config file for tinymce: /config/tinyMceConfig.config
Allow inline stylesheets:
change the validElements like this:
Dont get why we cant change width. in most CMS u can do this. It gets to hard for a client end user otherwise
OK Thanks Johan.... clear answer.
is working on a reply...