By nlindley on
I'm running 5.2, and I want my users to be able to add h1, h2, h3, etc. to their content. So, I went and configured the input format "Filtered HTML" to have these. So the line now reads:
<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <h1> <h2> <h3> <h4> <h5> <h6>
However, whenever I go to preview or post content, the h# get stripped. They even get stripped whenever I have the format set to "escape all tags" instead. At first I thought it might have something to do with trying to apply old rules to new content (even though I didn't understand why that would be the case), but it does it with new content as well.
Any ideas?
Comments
Try
Try editing and saving one and see if that fixes it.
Nancy W.
Drupal Cookbook (for New Drupallers)
Adding Hidden Design or How To notes in your database
NancyDru
It did not. I tried both
It did not. I tried both editing and saving one that existed and creating a new one. I even tried changing the input format from "Filtered HTML" to "Full HTML" and back. The h# tags are still in the post when I edit, so what is saved is not getting changed. If nobody else has seen this problem before, I'll track it down when I have more time.