Matt Elhotiby
Matt Elhotiby

Reputation: 44086

Page not loading in IE

I just made some CSS changes to a page and all works perfect in firefox safari, chrome but when i view it in IE there is nothing. I mean just a blank page

http://posnation.com/pos_support/aldelo_training_dvd

Also this is a miva site

Upvotes: 2

Views: 367

Answers (3)

Monkeyarmada
Monkeyarmada

Reputation: 1

It looks like the tag in the page head isn't closed properly (line 4). FF and Chrome often fix this sort of error for you as they render the page, IE isn't on this occasion.

Upvotes: 0

Topera
Topera

Reputation: 12389

Close title tag.

Upvotes: 2

Catfish
Catfish

Reputation: 19314

try validating your html. You also don't have an end title tag.

Upvotes: 4

Related Questions