Barchie Posted May 26, 2009 Share Posted May 26, 2009 G'day guys, I have been building a website for quite some time now, a little while ago i had everything running smoothley, both in IE and Firefox as well as the others, since then i have made some modifications, specifically added a tree menu that is included into the page. Was just wondering if straight off the batt there are any blatently obvious reasons why something along these lines would fail so miserably. URL: http://www.exectronics.com.au (specifically the products page) I understand usually i should past code / css if needing help, but its really messy... just wondering if anyone had some tips / had same kind of problems that might be able to tell me something obvious that i am yet to stumble upon. (im sure i have made a lot of mistakes... unofficially attempted to teach myself php / sql / css , have probably missed alot.) Anything jump to mind? Thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/159761-ie-firefox-includes-php/ Share on other sites More sharing options...
fanfavorite Posted May 26, 2009 Share Posted May 26, 2009 I would watch about opening and closing brackets: <c><h2>Under Construction</c></h2> should be <c><h2>Under Construction</h2></c>. By the way, what does the <c> tag do? Other things to watch out for is starting the doctype and such again or ending the html (</html>) and then continuing down the page. Check out http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.exectronics.com.au%2Findex.php%3Fpage%3Dhome. The more valid your site is, the more cross browser compliant it will be. Quote Link to comment https://forums.phpfreaks.com/topic/159761-ie-firefox-includes-php/#findComment-842631 Share on other sites More sharing options...
Barchie Posted May 26, 2009 Author Share Posted May 26, 2009 Hey <c> </c> used to be center in HTML. Every single part of this site is sourced from an SQL database so the <c></c> is just one of my mates who was testing the CMS figured he could center the title of the home page from the SQL entry with <c></c> - Doesnt work due to css attributes... Will attempt to tidy up markup... Any other ideas? Quote Link to comment https://forums.phpfreaks.com/topic/159761-ie-firefox-includes-php/#findComment-842674 Share on other sites More sharing options...
Barchie Posted May 26, 2009 Author Share Posted May 26, 2009 Hey <c> </c> used to be center in HTML. Every single part of this site is sourced from an SQL database so the <c></c> is just one of my mates who was testing the CMS figured he could center the title of the home page from the SQL entry with <c></c> - Doesnt work due to css attributes... Will attempt to tidy up markup... Any other ideas? Hehhe... <c> is what he thought <center> was.... my bad... Quote Link to comment https://forums.phpfreaks.com/topic/159761-ie-firefox-includes-php/#findComment-842690 Share on other sites More sharing options...
fanfavorite Posted May 27, 2009 Share Posted May 27, 2009 Once you clean it up, it will be easier to see what is happening, but it may fix most of the issues. Quote Link to comment https://forums.phpfreaks.com/topic/159761-ie-firefox-includes-php/#findComment-843515 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.