The problem is that the link does not validate in XHTML 1.1. Here's the link code:
<a href="https://secure.bmtmicro.com/servlets/Orders.ShoppingCart?CID=310&PRODUCTID=3100023&AID=xxxxxx">
My question is how - if at all possible - to make this statement validate in XHTML 1.1?
If you replace '&' with '&' in your code, your link will probably validate. In XHTML, the ampersand is strictly reserved to start an HTML entity; because the validator doesn't see a valid entity following the &, it throws an error.
Jeroen Visser
-- vizi fotografie & grafisch ontwerp - http://www.vizi.nl/
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
