We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 6561
    • 139 Posts
    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
      • 3072
      • 20 Posts
      valid_child_elements : "td/th[a|#text]"

      Now only <a> and texts are allowed.