Also, you should be able to use <pre></pre> tags around your html and they should come out looking as you want.
Neil
----- Original Message ----- From: "Fred Jones" fredthejonester@gmail.com To: support@drupal.org Sent: Friday, July 25, 2008 9:28 AM Subject: Re: [support] Displaying html tags without conversion
I want to place blocks on my site with help info for users on how to use html tags in their posts, but the tags are always converted in the display on the screen. So I cannot display for example "<h3>Title</h3>" as plain text – it always converts into the style. Does anyone know how to set a filter, or use a new one so that html is NOT converted at all?
No, but you can use the HTML code:
<h3>
to display <h3> on the screen. :)
HTH