By scotthoff on
I am trying to use the book module. I am moving over some information and want to make use of headers. However, Drupal is replacing the headers on the fly with paragraph tags.
I am using the zen theme. I have never done any theming before and looked in the book module and in the basic zen theme files without success. I think this is the basic functionality of the book module b/c I tried switching themes and still had the issue.
I have tried searching for this on drupal.org and on google without success.
Comments
In an effort to figure out
In an effort to figure out how to do this, I enabled the devel module. I click on the element and it says that is is using the following function "theme_markup()"
The documentation seems pretty limited to me. It links to http://api.drupal.org/api/function/theme_markup
Any ideas?
If anyone else runs into this
If anyone else runs into this issue, it was because I selected "filtered HTML"
you should be able to tell
you should be able to tell this input filter which html tags to allow.