View Single Post
  #2 (permalink)  
Old Aug 12th, 2006, 14:15
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: Erratic widths of percentage-based columns in IE

It'd the 'prolog' line that's throwing IE into confusion.
Code: Select all
<?xml version="1.0" encoding="iso-8859-1"?>
Get rid of it. It's not actually requirement anyway. You are better off using a meta tag to specify the character encoding.
Reply With Quote