Forum Moderators: open
The result did make the table end up with 300 as height. But also is a little bit unexpected that the Hello World text ended up in the vertical middle of the table cell they are in. What I want to do is to have them appearing from the top of the table cell they are in.
Is there any trick that I can use to push the text up to the top of the cell they are in?
(What I eventually want to do was to write a php script which dynamically generate this table. It is used as a navigation panel of on the left side of a bunch of web pages. So it will be nice to have a fix size for the navigation panel, and have the navigation tree align to the top of the navigation panel.)