rprhtp Posted June 1, 2008 Share Posted June 1, 2008 php version 5.2.5 MySQL version 5.0.51a OS Windows XP home edition Hello, My question is in regards to static files using xhtml, css . The topic on include files in the book was helpful as I've been able to set up the "header", "nav", and "footer". These appear correctly and work exactly right through the phpmyadmin tool for local host. However, the "main" document is not displaying in the location on the page as defined in the .css layout. Since the "main" document area will have various other .html documents linked to "nav" areas. The text in this area is displaying below the page like its been separated out. The area where it should be is simply a background with space. In the book, there is a discussion about aesthic appearance using .css but does it change that much? My xhtml and css files were validated through W3C. I receive no errors in the php code. Any suggestions? My background is I'm currently in classes learning intermediate php and I've checked the books and notes concerning "include" files, but this has me wondering where the solution to correct the display may be. Thank you!! Quote Link to comment https://forums.phpfreaks.com/topic/108188-site-structure/ Share on other sites More sharing options...
sKunKbad Posted June 1, 2008 Share Posted June 1, 2008 You should take a look at exactly where you are outputing the 'main' document. Perhaps you should paste your code. Quote Link to comment https://forums.phpfreaks.com/topic/108188-site-structure/#findComment-554641 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.