Potato Head
07-12-2003, 06:06 PM
I'm quite new to HTML, so please bear with me here. Now, on my web page I have a text area; however, I don't know how to position it. Do I just use a <div> code before the <form> or is there another way to do it?
Example:
<form><textarea rows="9" cols="35" style="background:#transparent" style="font-family:Tw Cen MT" style="color:#9999CC" "style="border style:solid"> This is my text.
</textarea></form>
Any help would be appreciated of how to position ^that^ text area.
Also, why is it that I can't change the size of my font in a text area? In the above example, there is no code that changes the font size. Is there any way to do that?
Example:
<form><textarea rows="9" cols="35" style="background:#transparent" style="font-family:Tw Cen MT" style="color:#9999CC" "style="border style:solid"> This is my text.
</textarea></form>
Any help would be appreciated of how to position ^that^ text area.
Also, why is it that I can't change the size of my font in a text area? In the above example, there is no code that changes the font size. Is there any way to do that?