View Full Version : writing html


CherryMom05
12-09-2005, 07:38 AM
hey, i have a graphics site and i want to display the code for some my space graphics. but when i do it makes the pic. please help

harmor
12-09-2005, 08:04 AM
try
< ;img src="path_to_image" width="" height="" />

< ; should convert to <

(remove the space between the 0 and the semicolon.)

putnamehere
12-09-2005, 08:42 AM
<xmp> code </xmp>

pb&j
12-09-2005, 01:57 PM
&lt; img src="pic.gif" &gt;

&lt; creates <
&gt; creates >

or...

<textarea> code here </textarea>