Forum Moderators: phranque
I have a table with 2 columns, on the right is a variable amount of content, on the left is a set menu, I always want the menu to appear at the top of the table (the menu is within another table) - but as the content changes in length in the right hand side the menu's position changes also.
How do I make it so that the menu always appears at the top without having to modify it manually for every page of content?
Many thanks,
K.
<td [b]valign="top"[/b]> Using FP, I can right click my selected cell and then assign that property through the cell properties dialog. I'll assume that it is similar in DW.
Now that I'm working with CSS, I utilize a class to define vertical alignment...
<td [b]class="vat"[/b]> In my external CSS...
.vat{vertical-align:top;}