I'm wondering how you add html code to a static page, like if I wanted to show an example of some html for someone to see without the engine auctually processing the code as part of the regular page.
Thanks
01/28/05 04:09pm
Status: Banned
machinari
Forum User
Full Member
Registered: 03/22/04
Posts: 1512
throw your HTML example code inside a <pre> tag (style as you like) and ensure that you use the HTML entity equivalents for things like < etc.
An entity might look like this: & --this is the entity for the & (ampersand).