Validation saves the day again!

That issue with the unclosed <a> is exactly what the validator is tripping
on. I always wondered what was going on with the hover state of you page....

I'll chuck together something quick on reading the DTD, but there is a
serious issue with the current validator - its messages are very difficult
to understand.

Luckily W3C are working on a new validator that will help in this area.
Check out
http://validator.w3.org:8001/check?uri=http%3A%2F%2Fwww.tacofleur.com%2Finde
x%2Fmethodology%2F&verbose=1&fussy=1

---------------
The mentioned element is not allowed to appear in the context which you've
placed it; the other mentioned elements are the only ones that are allowed
there. This might mean that you need a containing element, or possibly that
you've forgotten to close a previous element. The most common cause for this
message is that you have attempted to put a block-level element (such as
"<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or
"<font>").
---------------

That makes a little more sense doesn't it.


Cheers

Mark


------------------
Mark Stanton 
Technical Director 
Gruden Pty Ltd 
Tel: 9956 6388
Mob: 0410 458 201 
Fax: 9956 8433 
http://www.gruden.com

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to