Adding HTML tags

How to extend the range of HTML tags that you can use.

Drupal's default setting is to strig out any tags that aren't on the allowed list. This is useful to keep your code neat and make sure proper formatting is applied, but it can be a bit limiting. Here's how to add more tags into the allowed list ...

  1. Get to the input format page (either from the site configuration menu at the top of the screen, or by navigating through the other stuff menu administer > site configuration > input format.
  2. Select the configure link next to Filtered HTML, then click the configure button on the top of the page.
  3. Add in your new tags, then save your changes.

You might want to add styling to your new tags, that will be the subject of a new blog post soon.