Click to See Complete Forum and Search --> : Borders on Text Area (<textarea>)


jreamer
08-17-2003, 04:34 PM
Hello all again,

This forum works fast! Thanks to www.infinitypages.com on the last answer.

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.

Thanks in advance!

AdamGundry
08-17-2003, 04:40 PM
Textareas do not have a border attribute, but I presume you can style them with CSS (though this is browser-dependent, of course):

<textarea style="border: none">This textarea has no border! (maybe)</textarea>

Adam

Edit: I think that link should be http://www.infinitypages.com/.