jmcc Posted August 2, 2010 Share Posted August 2, 2010 Hi I have a page that looks great without any php in it. As soon as I do a php db call all my div's align left and everything is skew. Does anyone know how this is possible and how to fix it? Thank you Jay Link to comment https://forums.phpfreaks.com/topic/209585-why-is-my-php-messing-with-my-div/ Share on other sites More sharing options...
Maq Posted August 2, 2010 Share Posted August 2, 2010 Does anyone know how this is possible and how to fix it? Yeah. Link to comment https://forums.phpfreaks.com/topic/209585-why-is-my-php-messing-with-my-div/#findComment-1094152 Share on other sites More sharing options...
JonnoTheDev Posted August 2, 2010 Share Posted August 2, 2010 Post the code. At a guess, the data that is returned from your database is breaking your CSS when you are outputting to the screen or the data actually contains HTML. Have you viewed the source in your browser to see what is going on. This is more likely a CSS question. Link to comment https://forums.phpfreaks.com/topic/209585-why-is-my-php-messing-with-my-div/#findComment-1094154 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.