sidebar include, making it match size of page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
polosport6699
Forum Commoner
Posts: 35
Joined: Wed Jun 11, 2003 3:19 pm

sidebar include, making it match size of page

Post by polosport6699 »

I have a sidebar include for my job database. I want the table to strech to fit the page, what would I have to do to make this happen. I already have height="100%" but that only makes the bar 100% of the webpage sidebar.php

Thanks in advance for the help
User avatar
trollll
Forum Contributor
Posts: 181
Joined: Tue Jun 10, 2003 11:56 pm
Location: Round Rock, TX
Contact:

Re: sidebar include, making it match size of page

Post by trollll »

Can you post the link to where I can see the issue? Or maybe the relevant code from each page? Sounds confusing:
polosport6699 wrote:...I want the table to strech to fit the page, what would I have to do to make this happen. I already have height="100%" but that only makes the bar 100% of the webpage sidebar.php...
So you want it to fit the size of the page, but now it fits the size of the page? Do you mean that it only fits the width of the page when you go to sitebar.php with the browser, as supposed to browsing to the other page that includes it?
Post Reply