Forum Moderators: open

Message Too Old, No Replies

Scroll box

         

coolgirl22124

11:33 pm on Jul 20, 2004 (gmt 0)

10+ Year Member



How do I make a scroll box that will let me put a html code in the content without the code becoming a link or picture?

I want the code to stay a code

coolgirl22124

11:43 pm on Jul 20, 2004 (gmt 0)

10+ Year Member



Someone :(

macrost

11:49 pm on Jul 20, 2004 (gmt 0)

10+ Year Member



Have you tried escaping the charcters? The "<" is &lt; and the ">" is &gt;


<html>
<body>
<textarea rows="10" cols="30" name="test">&lt;a href="http://www.webmasterworld.com"&gt;Go Here&lt;/a&gt;</textarea>
</body>
</html>