Professor Al Fichera
Web Page Design
Cascading Style Sheet... Textarea Tag
Non-Form Textarea Can Display Text or Code

Textarea is a lot like using a textarea in FORMS except that it's not a FORM. However, you should check out this code in a few browsers to see if it acts as you want it to. There is no way of knowing how many different browsers will be used to view your Web pages displaying this code element.
Here is the code that lives in the <body> where ever you need to use it on the page.

<textarea id="myText" cols="70" rows="10">

Return to Profal2 Miscellaneous CSS