View Full Version : How do I make A scrollbar text box that people can copy HTML codes out of?


Whitesoxluver22
01-07-2006, 03:15 AM
:froggie2: :) I'm making a graphics site and i need to know!!:) :froggie2:

Douglas
01-07-2006, 03:43 AM
Use one of these three ways:

<textarea>HTML HERE</textarea>

Change all <'s to &lt; and all >'s to &gt;

Or like this:

<xmp>HTML HERE</xmp>

The first one is the one you want though ;)