johnmark Posted August 30, 2006 Posted August 30, 2006 I am using html affiliate links at commission junction. When I try to get my page validated by wc3 consortium web page, I get alot of "alt" errors. These errors are coming from my html links from commission junction. Can I alter these codes to conform to wc3 without corrupting the code. If so how do I do it. I have been able to code properly, image files that I have placed on my page but I can't figure out how to alter the advertiser link code to comply with wc3. Help Thanks. Johnmark
spax Posted August 30, 2006 Posted August 30, 2006 If you are using the osC tep_image function, the second parameter is the alt text. i.e. tep_image(DIR_WS_IMAGES . 'your_image.gif', 'Your alt text here') If you are using normal HTML: <img src="images/your_image.gif" alt="Your alt text here" title="For Firefox">
johnmark Posted August 31, 2006 Author Posted August 31, 2006 This is an example of an advertiser link code from commission junction <a href="http://www.kqzyfj.com/click-1083362-10378985" target="_top">Click Here</a></big></big> <img src="http://www.ftjcfx.com/image-1083362-10378985" border="0" height="1" width="1"> How can I alter the code above using "alt" without risking tracking commisions. wc3 says I need to use "alt" for the code above. Thankyou for your reply Johnmark
PD_Steve Posted August 31, 2006 Posted August 31, 2006 This is an example of an advertiser link code from commission junction <a href="http://www.kqzyfj.com/click-1083362-10378985" target="_top">Click Here</a></big></big> <img src="http://www.ftjcfx.com/image-1083362-10378985" border="0" height="1" width="1"> How can I alter the code above using "alt" without risking tracking commisions. wc3 says I need to use "alt" for the code above. Thankyou for your reply Johnmark Going from what spax supplied above, I would think you do this <a href="http://www.kqzyfj.com/click-1083362-10378985" target="_top">Click Here</a></big></big> <img src="http://www.ftjcfx.com/image-1083362-10378985" alt="your text" title="firefox text" border="0" height="1" width="1"> Cheers Steve My Toolbox: Crimson Editor, Adobe Photoshop CS2.0, Expression Web, Macromedia Suite 8.0, Cinema 4D, Nvu.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.