Borders on Text Area (<textarea>)

liunx

Guest
Hello all again,<br />
<br />
This forum works fast! Thanks to <!-- w --><a class="postlink" href="http://www.infinitypages.com">www.infinitypages.com</a><!-- w --> on the last answer.<br />
<br />
My next question is how to make the textarea in an HTML page appear as though it is without a border - I tried border="0", but I'm not all together on the HTML stuff yet. I usually do this stuff in Flash, but I'm trying to make an HTML site that is less plugin dependent.<br />
<br />
Thanks in advance!<!--content-->Textareas do not have a border attribute, but I presume you can style them with CSS (though this is browser-dependent, of course):<br />
<br />
<textarea style="border: none">This textarea has no border! (maybe)</textarea><br />
<br />
Adam<br />
<br />
Edit: I think that link should be <!-- m --><a class="postlink" href="http://www.infinitypages.com/">http://www.infinitypages.com/</a><!-- m -->.
 
Back
Top