Status: offline

Airamis77

Forum User
Newbie
Registered: 08/11/02
Posts: 4
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

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: &amp; --this is the entity for the & (ampersand).