Click to See Complete Forum and Search --> : URLs Not Considered Valid


KDLA
01-13-2006, 03:15 PM
http://validator.w3.org/check?verbose=1&uri=http://kdla.ky.gov/onlinepubs/onepage/0106.htm

I've got an article which links to several testing sites - Cynthia Says and W3C Validator results. The W3C validator is listing all those URLs as not valid coding due to their having "=" and "&" in the addresses. Is the validator just freaking out, or do I need to change something?

I want to make sure this page validates, since the article is partially about creating good & accessible mark-up.

Thanks,
KDLA

NogDog
01-13-2006, 03:22 PM
As per the link in the error explanation (http://www.htmlhelp.com/tools/validator/problems.html#amp), try changing those ampersands to the & character entity.

KDLA
01-13-2006, 03:40 PM
I did that, but it still shows as not valid. ???
http://validator.w3.org/check?verbose=1&uri=http://kdla.ky.gov/onlinepubs/onepage/0106.htm

NogDog
01-13-2006, 03:46 PM
I did that, but it still shows as not valid. ???
http://validator.w3.org/check?verbose=1&uri=http://kdla.ky.gov/onlinepubs/onepage/0106.htm
I don't see the change when I view your source code. The links should look like:

<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=2&amp;url1=http%3A//www.dcplibrary.org/" target="_blank">

PS: The next thing you'll find is that the target="_blank" is deprecated.

KDLA
01-13-2006, 06:07 PM
Huh - - -
Thanks NogDog. I changed the code twice, but it's not showing up as changed. Maybe a Dreamweaver problem -- I'll try it in Notepad.
I appreciate your working with me on this! :)

KDLA