View Full Version : Mozilla problems


rissie
05-17-2005, 04:36 AM
I swear this was working fine yesterday..

My layout works fine in IE, but strange in Mozilla. It was working fine and well, but I added a new entry earlier today, and now it's whacked. Any ideas?

http://www.rissie.net/

Maybe it's related to this, which I can't find:

Below are the results of attempting to parse this document with an SGML parser.

Line 226, column 5: end tag for "center" omitted, but OMITTAG NO was specified

</div>

You may have neglected to close a tag, or perhaps you meant to "self-close" a tag; that is, ending it with "/>" instead of ">".



Line 111, column 0: start tag was here

<center>

Monkey Bizzle
05-17-2005, 05:41 AM
Well, a better validator to use is http://htmlhelp.com/tools/validator. You can enable "Show input" so you can click on the error and it will take you to that line of code...

On the entry titled "Dweezle" you have a <center> tag before the <img...> tag but you never closed the <center> tag...

rissie
05-17-2005, 02:40 PM
Isn't it always something so obvious..

thanks, and thanks for the new validator.

Monkey Bizzle
05-17-2005, 08:04 PM
No problem... Another thing about that validator is that it has the option to validate ALL of the pages on your site... You'd be surprised how many people there are who think they're so elite because their site validates on the w3c but then you run it thru this validator and only the first page is valid LOL!