Untitled
Textarea boxes

Textareas boxes are usually used to show your html code.

The code is below the textarea example.

Regular textarea



<textarea>TEXT HERE </textarea>

Textarea with bordercolor, background color and specific size.

<textarea ROWS=5 COLS=15 style="background:COLOR" style="font-family:FONT" style="color:COLOR HERE" style="border style:solid"> TEXT TEXT</textarea>

Textarea allowing HTML

This textarea box allows you to put html codes.


<ilayer name="scroll1"> <div id="scroll3" style="width:put width here;height:put height here; background-color:bg color here; overflow:auto;style="font-family:font face here" style="color:color here" style="border style: solid""> Text and html codes here </textarea>