Put the following code in the < body > < / body > commands.
simple text area:
<textarea> write whatever here</textarea>
Text area with a solid border:
<!--StartFragment--><textarea ROWS=5 COLS=40 style="background:#color here" style="font-family:arial"
style="color:#color here" style="border style:solid"> Write what ever here. You can use textareas for lots
of things updates, welcomes, things coming soon to your site etc.</textarea>
Text area with dotted border:
<!--StartFragment--><textarea ROWS=5 COLS=40 style="background:color here" style="font-family:arial"
style="color:color here" style="border style:dotted">Write what ever here. You can use textareas for lots of
things updates, welcomes, things coming soon to your site etc.</textarea>
Text area with a frame
<textarea ROWS=5 COLS=40 style="background:color here" style="font-family:arial" style="color:color
here" style="font-size:10 "style="border style:20 inset magenta">write whatever here. This textarea looks neat on any
webpage and can be used for anything.</textarea>
|