HTML Validation issue with links

liunx

Guest
I'm having a little problem attempting to validate my page as HTML 4.01 Transitional. I have the following link on my website:<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://us.rd.yahoo.com/maps/us/insert/Tmap/extDD/*-http://maps.yahoo.com/dd?taddr=1616+Richmond+Ave&tcsz=Staten Island%2C+NY+10314&tcountry=us">Directions</a><br />
<br />
And it returns the following 8 errors:<br />
<br />
<br />
1. Line 28, column 109: cannot generate system identifier for general entity "tcsz"<br />
...yahoo.com/dd?taddr=1616+Richmond+Ave&tcsz=Staten Island%2C+NY+10314&tcountry=<br />
<br />
2. Line 28, column 109: general entity "tcsz" not defined and no default entity<br />
...yahoo.com/dd?taddr=1616+Richmond+Ave&tcsz=Staten Island%2C+NY+10314&tcountry=<br />
<br />
3. Line 28, column 113: reference to entity "tcsz" for which no system identifier could be generated<br />
...o.com/dd?taddr=1616+Richmond+Ave&tcsz=Staten Island%2C+NY+10314&tcountry=us"><br />
<br />
4. Line 28, column 108: entity was defined here<br />
....yahoo.com/dd?taddr=1616+Richmond+Ave&tcsz=Staten Island%2C+NY+10314&tcountry<br />
<br />
5. Line 28, column 140: cannot generate system identifier for general entity "tcountry"<br />
<br />
...d+Ave&tcsz=Staten Island%2C+NY+10314&tcountry=us">Directions</a> <br><br><br />
<br />
6. Line 28, column 140: general entity "tcountry" not defined and no default entity<br />
<br />
...d+Ave&tcsz=Staten Island%2C+NY+10314&tcountry=us">Directions</a> <br><br><br />
<br />
7. Line 28, column 148: reference to entity "tcountry" for which no system identifier could be generated<br />
<br />
...sz=Staten Island%2C+NY+10314&tcountry=us">Directions</a> <br><br><br />
<br />
8. Line 28, column 139: entity was defined here<br />
<br />
...nd+Ave&tcsz=Staten Island%2C+NY+10314&tcountry=us">Directions</a> <br><br><br />
<br />
<br />
All of these errors are insinde a link and are a valid address! Does this really make my HTML invalid? If so, how can I make it valid?<!--content-->Use &amp; instead of the & sign.<!--content-->Thank you kindly, all the errors went away! :D<!--content-->~Bows~ :D<!--content-->Watch, Jona, that your head doesn't get too large. Pretty soon, you won't be able to life it! - Just as me mum would say!<!--content-->On the contrary, I'm constantly humbled, as you'll see if you search the forums for a while... Kind of hard to find, but there are a lot more of them in there; I've just already learned this in particular and was sharing my knowledge, the "bowing" was all in good fun.<!--content-->Sure, Jona, Sure... :rolleyes: Seriosly, though, I've been constantly humbled as well since I joined this forum, as we all are. I think I even remember seeing a post where pyro had a question! :D<!--content-->
 
Back
Top