Quote Originally Posted by testuser View Post
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.

I know this was an old post, but just to let people know this still works to remove alt text from blocking images for 1.3.8a!!

Though now the alt to remove is on line 202 and the bit to replace is from lines 204 - 206

Thanks that looks much better and The addon is great!