I have a table that contains a form, in the left col is the name of the field, and i would like to set the text to the top of the td, as at the moment the text is at the bottom.
Does any one know why this is a hit and miss element attribute?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Firstly,
You shouldn’t really be using tables for layout (even for forms) you should use
divs and CSS:how to make full height cell in full height table in Internet Explorer
Secondly,
valignwas deprecated, we now use the css propertyvertical-alignsee why not to usevalign:http://phrogz.net/css/vertical-align/index.html
HMTL:
<div class="className">Blah</div>CSS: