Link to home
Start Free TrialLog in
Avatar of JDmears3
JDmears3

asked on

How can I make a table row fill a page regardless of its contents?

Look at this site:  http://profjurtz.no-ip.com

I'd like to make the three table columns fill the entire page.  Right now the row that they are contained in, only grows proporionately to the amount of data contained therein.  Ideally, I'd like those columns to fill the entire page even if none of the columns contain a full page of text.
ASKER CERTIFIED SOLUTION
Avatar of dorward
dorward

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of strolfey
strolfey

I assume you mean fill the page vertically? Have you tried height="100%" for the table?
Avatar of JDmears3

ASKER

I got both solutions to work in test files.  I'm going to go with the solution posted by dorward, but COBOLdinosaur's solution worked w/o having to modify my current design.

Thanks a lot guys!
Glad we could help.  Thanks for the A. :^)

Cd&