Jump to content

IE + Firefox - Includes (php)


Barchie

Recommended Posts

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 :)

Link to comment
Share on other sites

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. 

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.