Textareas



Textarea

Example:  

Code:  <textarea>TEXT</textarea>

Info: Put as much as you want inside because it scrolls and will not take up any room. Just don't forget to close it with they </textarea>


Sized Textarea

Example:  

Code:  <textarea rows=# cols=#>TEXT</textarea>

Info: Just like for tables, cols mean how many columns and rows mean how many rows in the textarea.


Colored Textareas

Example:  

Code:  <textarea rows=# cols=# style="background:COLOR; font-family:FONTNAME; font-size:#pt; color:COLOR; border:#pt solid COLOR;"> Text text.</textarea>

Info: Replace the capitalized words and the # with what you want.


HTML Textareas

Example:  

Just like the colored textarea you can cheange the colors around but the cool tihng about this is that you can add html in it. For example if you want to put in a link, you can, if you want bold writing, you can, etc.

Code: <ilayer name="scroll1"><div id="scroll3" style="width:#;height:#; color:COLOR background-color:COLOR; border:#pt solid COLOR; overflow:auto">TEXT</textarea></div>

Info: Change the #'s and capital words to what you want and add as much HTML as you want.


Back