Firefox compatibility with tables

J

jon

that line 23 problem is actualy old code that is still there until I get
ready to release the final version very soon. but thanks for reminding me :)
and the js after the </html>, where are you seeing that because I checked my
local files and the source and there is no code under that. Could you send me
what code you see under there. Plus my validator, firebug, is only returning
the dlg one.
 
M

Murray

Here's your BOM -

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
^^^

those three characters are actually the Byte Order Mark and they should not
be there.

The reason they are there, most likely, is this -

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

You are using a UTF-8 charset. If you would change that to
charset=iso-8859-1, I believe they will go away.

I do not now see javascript below the </html> tag - when I saw it before it
was the UrchinTracker stuff - looks like you have moved it now.
 
P

P@tty Ayers

It all depends upon how and where it's done, with what intentions and in
what spirit. If you'd like to discuss it further, feel free to email or
phone me and I would be glad to explain in detail what I mean. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top