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

scotthoff’s picture

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?

scotthoff’s picture

If anyone else runs into this issue, it was because I selected "filtered HTML"

tdimg’s picture

you should be able to tell this input filter which html tags to allow.