View Single Post
  #10  
Old 02-13-2008, 05:28 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Adding Free Shipping Image

No, the code in that thread was correct, you implemented it incorrectly. This is broken:

<img src="{$ImagesDir}/free_shipping.gif" /</span>

To be W3C compliant, an image tag needs to be closed with the / at the end (as does any tag with no closing tag) and the alt tag is also required. ALT text is for people with disabilities, so it would also be wise to put 'Free shipping' in the alt tag.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote