Personally I don't like to edit core files, but here's what you'd need to do:
Open
Replace line 200 - 202 with the following:
Code:
/*if (zen_not_null($alt)) {
$image .= ' title=" ' . zen_output_string($alt) . ' "';
}*/
Now save this file as html_output.php.bak and also html_output.php, this will preserve your change in the instance you do an upgrade (a direct upgrade will overwrite your html_output.php file - then work your changes back into that file using the .bak file)
Also, at line 198 is your alt tag as well ... You can remove that if you'd like.
Bookmarks