Click to See Complete Forum and Search --> : Cell Issues


Javajoob
11-17-2008, 03:14 PM
Hello. When you have a table with two cells next to each other, is there a way to make something ,like text or a thumbnail, stay at the top of one cell no matter how much the cell next to it expands. Rather than stay in the middle as a default. Thank for any help.


<td 1>A Thumbnail</td><td 2>A lot of text</td>

skywalker2208
11-17-2008, 03:35 PM
you can use the CSS vertical align (http://www.w3schools.com/Css/pr_pos_vertical-align.asp) or you can use a tables valign (http://www.w3schools.com/tags/att_td_valign.asp)

Javajoob
11-17-2008, 04:34 PM
Ah thanks for that. I was familiar with the regular align