Forum Moderators: open
My question is how I can get affiliate links to become HTML 4.01 trans. compliant.
For example, I have the following looking affiliate link (domain name and ID has been changed to comply with TOS)
<IMG SRC="http://DOMAIN.com/bfast/serve?bfmid=37923149&siteid=1111111&bfpage=mb_banner1&bfxid=99507741" BORDER="0" WIDTH="1" HEIGHT="1" NOSAVE >
<A HREF="http://DOMAIN.com/bfast/click?bfmid=37923149&siteid=1111111&bfpage=mb_banner1&bfxid=99507741" TARGET="_top"><IMG SRC="http://DOMAIN.com/clients/6c/46860icmultibrand.gif" BORDER="0" WIDTH="468" HEIGHT="60" ALT=""></A>
When I parse a page with this ugly looking affiliate link through the W3 validator, I get a mile long page of errors.
Is it possible to change around the link, replace certain chars. with HTML 4.01 trans. chars and have the code be valid HTML 4.01? Where can I find any kind of instructions to make a smiliar affiliate link compliant?
Thanks
Converting them to & will take your list of errors down to four (if everything else on the page is valid)
Getting rid of NOSAVE, BORDER="0", and TARGET="_top" will fix the rest of your validation woes.
You can note the error for validation purposes and forget about it or you can replace all the symbols with ascii code
.....that is one ugly looking link though.