Tim Hunt wrote: > Since your page does not have a DOCTYPE at the top, you are triggering > quirks mode, which does lots of nasty stuff to try to be backwards > compatible with NS4, kind of.
...so let's BACK OUT QUIRKS MODE! ;-) > The other main problem with you HTML is that you aren't putting quotes > round arguments. So, e.g. <html lang=en> should be <html lang="en"> > (although I expect that Mozilla will cope with this bit). That's only required in XHTML (and other XML). SGHTML only requires quotes when there's non-alphanumeric characters in the value (I think...). -- Hvis svaret er Anders Fogh s� er sp�rgsm�let dumt.
