bengiroux Posted November 26, 2007 Share Posted November 26, 2007 Hi, I'm attempting to integrate an opensource PHP digital download store into my client's site. For some strange reason, the PHP includes in the store seem to be messing up the layout of the site, and I can't seem to pin-point the problem. Here's how the site's layout should look: http://www.newdivisionrecords.com Yet here's what the inline store is doing to the layout: http://www.newdivisionrecords.com/musicstore/ Any help would be greatly appreciated! Quote Link to comment Share on other sites More sharing options...
kenrbnsn Posted November 26, 2007 Share Posted November 26, 2007 Seeing you source would help. Ken Quote Link to comment Share on other sites More sharing options...
Crew-Portal Posted November 26, 2007 Share Posted November 26, 2007 The only thing I can think of is maybe you have a </div> or </table> in one of your includes and its conflicting with a previous one... Quote Link to comment Share on other sites More sharing options...
rlindauer Posted November 26, 2007 Share Posted November 26, 2007 You have several errors about closing tags that for elements that are not open. http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.newdivisionrecords.com%2Fmusicstore%2F Quote Link to comment Share on other sites More sharing options...
br3nn4n Posted November 26, 2007 Share Posted November 26, 2007 Yeah definitely make sure all those tags are closed; that's the one thing I can always count on to blow my design, forgetting to close a single div Quote Link to comment 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.