View Full Version : Text Areas


IxShortiiBabixI
04-17-2003, 01:07 PM
How do i center a text area? I put the code on my page but it comes up all the way to the side and i want it in the center of my page

pb&j
04-17-2003, 01:10 PM
like this?

<center>
<textarea></textarea>
</center>

IxShortiiBabixI
04-17-2003, 01:15 PM
thanks!