I’ve recently just created a website, I’m wondering why my website loads perfectly in all browsers except IE. In which it just does not load at all. Can somebody take a look and see if they can find anything in the html/css.
Website is: FlintShire
I’ve recently just created a website, I’m wondering why my website loads perfectly in all browsers except IE. In which it just does not load at all. Can somebody take a look and see if they can find anything in the html/css.
Website is: FlintShire
Hi Mattywebber. Welcome to SitePoint.
IE doesn’t like this to be before the doctype:
<xml version=“1.0”?>
Just remove that and it should work fine. You don’t need that anyway, as the page is being served up as text/html.