Hi there !
My site has a stylesheet which is centering everything and looks okay.
There are exceptions in centering which i manually fix and don't touch the css,but this time i have bigger problem.
I have an input text fields.One is for subject,2nd for To,3rd is the Message.
The Message field is the problem.It is 200px in height and the blink pointer is in the center (vertically),so i need it at the top.I tried stuff like vertical-align:top,padding:0 but it is still there.There's the screenshot.Any suggestions ?



Also it would be great if you give me a hand on how automatically to go on next line when the current line is full (or maybe some char limit).

Tha current code:
Code: 
Message: <input style="height:200px;vertical-align:top;" size=70 width=100% maxlength=5000 minlenght=5 type="text" name="message" />
Porsche_maniak Reviewed by Porsche_maniak on . HTML questions. Hi there ! My site has a stylesheet which is centering everything and looks okay. There are exceptions in centering which i manually fix and don't touch the css,but this time i have bigger problem. I have an input text fields.One is for subject,2nd for To,3rd is the Message. The Message field is the problem.It is 200px in height and the blink pointer is in the center (vertically),so i need it at the top.I tried stuff like vertical-align:top,padding:0 but it is still there.There's the Rating: 5