When creating my page I am have a cell that I want to have a variable cell height so that when I add more content to the page it doesn't extend my first cell which has my navigation bar and then it leaves white spaces. What can I do?
Basically cell height does not affect layout. I have one page that has a menu that is made of 8 cells in a table division on the left and the center div is for content. When that content extends below the height of the menu cells they separate. I assume that is what you are referring to? To eliminate that, I simply put returns beneath the menu to equal the height of the center table div. yes, I know it is sloppy HTML but it works
Another way would be to put all of your menu cells into a 1 x 1 nested table and set it to stay top and left.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.