• I need to keep TinyMCE from stripping the caption, col, and colgroup elements from my tables. It seems like the best way to do this is to add those elements using extended_valid_elements, but I can’t figure out how to get it to work. I tried adding caption,col,colgroup and then caption[*],col[*],colgroup[*], but that didn’t stop the editor from stripping those tags.

    Am I missing something? (I tried looking through the TinyMCE documentation, but it was no help at all.)

The topic ‘Syntax for extended_valid_elements’ is closed to new replies.