View Full Version : showing html code on websites...


Spe92002
08-10-2006, 03:58 AM
how can i show html code on my website

thanks

dolce shanti
08-10-2006, 04:03 AM
You have 3 choices:

<xmp> CODE </xmp>

<textarea> CODE </textarea>

OR...

&lt; = <
&gt; = >

Just replace the "<" and ">" symbols with the code given.

HTH! :)

Spe92002
08-10-2006, 04:07 AM
thank you

dolce shanti
08-10-2006, 04:08 AM
No problemo! :)