Html Table and Frame ratio help?

dgood1

New member
Is there a way to make a table fit perfectly into a frame without the need to scroll down.?

I'm trying to make a small Navigation frame on the top of my website made up of one big picture on top of 4 picture buttons in a horizontal line. Image maps are not an option.

======================
|..........................................|
|..........................................|
======================
|..........|..........|..........|..........|
======================

Picture buttons are made in php to be contained individually in their own <form>s. Without the table, it would collapse downward. If all in one <form>, it would always send the same message (forms contains hidden inputs).

Tips are greatly welcomed as long as it still provides the same result as the illustration above.
The navigation on top (as mentioned) allows me to change the menu on the left, which in turn changes the main frame on the right. Thus, only one frame changes at a time. Let's just say it's aesthetics.

As for the table (yes, I know about colspan), only the width works. Height doesn't. (thus my complaint was scrolling down)
 
Back
Top