Heading html tags
-
Why did I suddenly have to add the following into my list of allowed HTML tags in the editor:
// Headings 'h1' => array(), 'h2' => array(), 'h3' => array(), 'h4' => array(), 'h5' => array(), 'h6' => array(),
I didn’t have to do that before. Just curious why I only needed to start doing that now.
- You must be logged in to reply to this topic.