Re: Text Area that contains HTML?? -
07-02-2004
, 05:07 PM
The <textarea> element can not display formatted HTML code inside of it. They
are using a <div> tag that has been modifed with CSS to display a scroller on
it.
#scrollbox { overflow:scroll; }
Here's a tutorial: http://www.quirksmode.org/css/overflow.html