View Full Version : How do I display html code on my website?


jaded_wings
03-27-2004, 02:11 AM
How? do you do it with a text box?

pom
03-27-2004, 02:18 AM
You can. Apparently the <xmp> code doesn't work, but if I'm wrong there's that too. :D

pb&j
03-27-2004, 03:20 AM
option 1.

<xmp> code here </xmp>

option 2.

<textarea> code here </textarea>

option 3.

&lt; makes the < bracket appear.
&gt; makes the > bracket appear.