Posts: 14207 Joined: 10/7/2003 From: Berkshire, UK Status: offline
Bobby Validation - 1/20/2005 9:22:01
I though it might be useful to put this here as I've just spent many hours tearing my hair out and the answer, of course, was sooooo simple.
My pages were all validating to AAA except for one annoying line that kept telling me that I was using the same title text for two different anchors.
I had gone through the code with a fine tooth comb, got other people to go through it as well and we couldn't find anything duplicated. I decided it must be a bug in Bobby, especially as Cynthia passed it.
An hour ago I suddenly had a brainwave. Now here's what was wrong.
I have a standard css menu and a breadcrumb trail.
The css menu anchor was index.htm
The breadcrumb was generating /
likewise ../folder/filename.htm and /folder/filename.htm
Bobby sees those as two different files. As soon as I changed the css menu to /folder rather than ../folder, it all validated.
< Message edited by jaybee -- 1/20/2005 10:18:43 >
_____________________________
If it ain't broke..... fix it until it is. GAWDS Now where did I put that Doctype?