kristoff Posted July 31, 2007 Share Posted July 31, 2007 hi folks. I have a little problem. i want to make a price list out a mysql database and put the results in a table. k no problem that works. but the graphic part is written in CSS. everything is relative to each other. and now the problem when i load the table my footer and everything afterwards the table stays on his plays. it are all different pages that i include with the include function. what could be the problem? Quote Link to comment https://forums.phpfreaks.com/topic/62642-tables/ Share on other sites More sharing options...
mrjcfreak Posted July 31, 2007 Share Posted July 31, 2007 Almost certainly your problem is Html syntax- this would make content appear above the table. View the outputted HTML source with a syntax highlighter and work out your missing </tr> tags Quote Link to comment https://forums.phpfreaks.com/topic/62642-tables/#findComment-311788 Share on other sites More sharing options...
kristoff Posted July 31, 2007 Author Share Posted July 31, 2007 i think every tag is closed at the correct place. http://rma.kryotech.eu/index.php?page=nl_prijslijst_onderdelen.php&navigate=prijslijst this is the page ware i have the problem. Quote Link to comment https://forums.phpfreaks.com/topic/62642-tables/#findComment-311790 Share on other sites More sharing options...
mrjcfreak Posted August 1, 2007 Share Posted August 1, 2007 This is a html/css problem, not a PHP one. Leave your php and css alone a wee minute and redesign your html so that it works coherently (you shouldn't be using tables for layout for example, because tables are for... well tables). The problem is caused with any content which is larger than the screen- or is the right size for the screen in fonts people will resize. If you replace all the tables with just plain text it will spill out the same. Quote Link to comment https://forums.phpfreaks.com/topic/62642-tables/#findComment-312647 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.