Quote:
Originally Posted by Kelly
Kulture,
if you edit the template to add an alt tag you would have the same alt tag for every image because the pages are built dynamically with php pulling the data from MySQL, they are not static html pages. Like in the template product_details.tpl the image tag is:
[img]{product.imageURL}[/img]
If you added the alt tag: "Computer" to this line then every product would have the alt tag "Computer"... it wont work right.
|
You can embed data in the tag, so for instance you can edit the template to repeat the product description in the alt tag. Or the category and first 300 characters of the product description.