We launched new forums in March 2019—
join us there
.
In a hurry for help with your website?
Get Help Now!
Back to MODX.com
Forums
Docs
Revo Issues
Blog
My Forums
Add-ons
Rich Text Editors & File Browser
TinyMCE
Search
Prevent TinyMCE from creating paragraph tags inside table cells?
139 Posts
Darkelve
Reply #1,
17 years, 6 months ago
Is there a way in which I can prevent TinyMCE to generate <p> tags inside table cells (td and th)? It messes up my CSS-styled tables and I have to override this everytime with extra CSS rules, which is doable - but annoying.
Darkelve
20 Posts
benchfrooser
Reply #2,
17 years, 5 months ago
valid_child_elements : "td/th[a|#text]"
Now only <a> and texts are allowed.