user962042
user962042

Reputation:

Making an HTML table of specific width colummns

I'm trying to made a table in HTML. One column is 85% wide, and the text in it is in the middle. I believe it is because I have a form bigger than the text in another column. My question is, how do I get the text in the middle to go to the top?

Upvotes: 0

Views: 64

Answers (1)

Royi Namir
Royi Namir

Reputation: 148544

for the TD :

vertical-align:top

Upvotes: 1

Related Questions