View Full Version : textarea


FoxxyAngl143
02-16-2004, 02:11 AM
Is there a way to center the text in a text area....whats wrong w/ this code? :angry:
<center><textarea rows="7" cols="18" style="background-color:#E1F3FF; font-family:verdana; color:#66C1FF; border-style:solid">Text Goes Here! </textarea></center>

stargrl329
02-16-2004, 02:25 AM
Hm, I think the <center> tags just center the textarea itself on the page. Try this:
<textarea rows="7" cols="18" style="background-color:#E1F3FF; font-family:verdana; color:#66C1FF; border-style:solid; text-align:center">Text Goes Here! </textarea>