TheFilmGod Posted February 14, 2007 Share Posted February 14, 2007 I'm trying to put a border around my website, (the site is pretty much one table with cells in it), but when I do put a border around, it also goes around some cells in the middle of the page. Is it possible that php is effecting this? Because I tried it without php and it seemed to work just fine...? Link to comment https://forums.phpfreaks.com/topic/38514-php-causing-border-to-not-work/ Share on other sites More sharing options...
Psycho Posted February 14, 2007 Share Posted February 14, 2007 No, PHP is doing nothing more than outputting HTML. If there is a problem then the format of the HTML you have output is not correct. You need to look at any differences between your raw HTML sample and your PHP output. Link to comment https://forums.phpfreaks.com/topic/38514-php-causing-border-to-not-work/#findComment-184812 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.