You could also edit line 78 of includes/functions/extra_functions/functions_bmz_image_handler.php (line number may be different for you) to pass an empty string for alt:
Code:
return array($src, '', intval($width), intval($height), $parameters);
This way you don't have to change a lot of zen_image() calls, and you're done with one simple code change. However, the alt tag will be missing in each and every image.
I wouldn't suggest editing the includes/functions/html_output.php file since it's a core file and more likely to change in new versions of Zen-Cart and Image Handler than functions_bmz_image_handler.php.
Cheers,
Tim[/QUOTE]
THANK YOU!!! REALLY HELPFUL!
Bookmarks