View Single Post
  #4 (permalink)  
Old Aug 18th, 2006, 14:05
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Link list problem in IE

For starters get rid of this prolog:
Code: Select all
<?xml version="1.0" encoding="iso-8859-1"?>
at the beginning of the file. It is not a mandatory requirement and it cause all sorts of browser issues.

In IE's case, it switches it into quirks mode.

Try that first and then come back to us.
Reply With Quote