View Full Version : need help


abcdefg
09-17-2005, 11:50 PM
:music2:
heycan any body help me on this..

you know i have this site, and when i want to put a code down. like for a example, <body><td>lala</td></body> i have to do it in the textbox because it will actually do the tags.and i don't want them to work, just to let people see, instead of putting it in a textarea.

pb&j
09-18-2005, 12:40 AM
<xmp>
coding here as you like and it will show up.
</xmp>

or you can use escape coding like this...

&lt;body&gt;
will show up as...
<body>

abcdefg
09-18-2005, 01:29 AM
thank you so much! :bow:

pb&j
09-18-2005, 04:40 AM
no worries.
forum search is your friend.