View Full Version : How do I make a HTML code show up?


thefanhospital
07-27-2003, 05:58 PM
I am trying to put HTML codes to my banners on my site...but how do I put the HTML code on the site without it actually showing my banner?? Does that make since??

This is my code:
<A HREF="http://www.geocities.com/aaronandkatie4ever/"><IMG SRC="http://www.geocities.com/aaronandkatie4ever/thefanhosp2.gif" ALT="Visit The Fan Hospital!"></A>

I have another question, too...
I want the banner to pop up in a new window...I know I have to put target="new window", but where do I put it??
Please help!
Thanks,
~*KT*~

Lemon Squash
07-27-2003, 06:45 PM
For showing html..

<xmp> your HTML here </xmp>

Or you can use &gt; = > &lt; = < for the arrows.

And for your last question it would be..

<a href="http://address you want to link to" target="new">your link name</a>