RE: [WSG] Failure to load under IE and Opera

2004-04-03 Thread James Gollan
You could try taking out the xml prologue (first line). This causes IE to render in quirks mode, but I don't think it affects Opera. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Randall Potter Sent: Saturday, 3 April 2004 6:48 PM To: [EMAIL PROTECTED]

RE: [WSG] Failure to load under IE and Opera

2004-04-03 Thread James Gollan
On closer inspection it looks like the script tag is creating problems, needs the closing tag rather than the xhtml empty tag syntax. James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Randall Potter Sent: Saturday, 3 April 2004 6:48 PM To: [EMAIL

Re: [WSG] Failure to load under IE and Opera

2004-04-03 Thread Randall Potter
On Sat, 3 Apr 2004 19:00:35 +1000 James Gollan [EMAIL PROTECTED] wrote: On closer inspection it looks like the script tag is creating problems, needs the closing tag rather than the xhtml empty tag syntax. James That was indeed what turned out to be the problem, (got some help on IRC) now

Re: [WSG] Failure to load under IE and Opera

2004-04-03 Thread Leo J. O'Campo
Randall Remove the xml prologue [?xml version=1.0 encoding=UTF-8?] It's not required and IE chokes on it. Leo On Saturday, April 3, 2004, at 03:47 AM, Randall Potter wrote: I'm having an issue where the site that I'm working on validates as xhtml-strict and looks fine under Gecko and KHTML