ryanfc Posted August 29, 2007 Share Posted August 29, 2007 For the look of my site some pages have 2 columns and others 3 columns. I want these columns to always flow to the bottom of the page which I am trying to do with css instead of tables everywhere. But I seem to have a small problem. In each page there is a table populated by php/database. When the table is not to long the columns seem to work just fine. But once the table goes past the bottom cut off line of the screen the columns stop and do no reach the bottom of the page. Anyone know how to fix this problem? Quote Link to comment https://forums.phpfreaks.com/topic/67237-php-and-css/ Share on other sites More sharing options...
Daniel0 Posted August 29, 2007 Share Posted August 29, 2007 How would we know how to fix it without seeing your HTML and CSS? Besides, this has nothing to do with PHP. Quote Link to comment https://forums.phpfreaks.com/topic/67237-php-and-css/#findComment-337303 Share on other sites More sharing options...
ball420 Posted August 29, 2007 Share Posted August 29, 2007 do you have a size set for the height of your css if you do make it blank hope that helps Quote Link to comment https://forums.phpfreaks.com/topic/67237-php-and-css/#findComment-337304 Share on other sites More sharing options...
ryanfc Posted August 29, 2007 Author Share Posted August 29, 2007 I will try taking out the height and see what happens. The php created table is what seems to be messing it up, so it does have a little to do with PHP. Not trying to cause problems just asked if anyone had ever ran into this situation before. Quote Link to comment https://forums.phpfreaks.com/topic/67237-php-and-css/#findComment-337311 Share on other sites More sharing options...
DJTim666 Posted August 29, 2007 Share Posted August 29, 2007 When you are posting a topic, ALWAYS post code to go along with it. Posting topics without code are useless. Quote Link to comment https://forums.phpfreaks.com/topic/67237-php-and-css/#findComment-337316 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.