
andy7t
User
Sep 2, 2003, 4:38 AM
Post #1 of 4
(447 views)
|
OK, so this is more a HTML question that Perl, but perl is involved. I'm creating a dynamic page, which on one side is your navigation bar, and the left is the content of the page. But, in many circumstances, my navigation is longer than my content, making the page look strange, because my content is a different coloured table. Take a look at http://game.warzone-game.co.uk/demo.html to see what i mean. My Code is set out like this: <table width=99%><tr><td> NAVIGATION <td valign=top> CONTENT Well, that's a simplfed version of it anyway. Any ideas how to fill the rest of the screen towards the bottom? Remember - it's dynamic, so i can't just add <BR><BR> on the end.
|