Drupal 6.13
ImageCache 6.x-2.0-beta10
Views 6.x-2.6
I don't know PHP
I have played with several different configurations including rewriting the output of the field and changing alt and title settings in imagefield. Nothing seems to change this markup being produced. I rewrote this output in the form:
[field_image_fid]
Markup:
Comments
Comment #1
Webster619 commentedOops the markup didn't show up:
Comment #2
merlinofchaos commentedYou can't put something with HTML into the title/alt field in rewrite. You get output like that.
Comment #3
TimeBandit commentedHaving a similar issue but I am not rewriting output. I have a view that calls an Imagecache image and a node title. The title and alt of the anchor are pretty hosed. Maybe more people have this issue... I didn't notice until I was searchgin the source for something else. The view works, it's just outputting wackiness in the title/alt.
Views 6.x-2.6
ImageCache 6.x-2.0-beta10
Comment #4
merlinofchaos commentedSee #489888: alt attribute set for node fields rendered as link produces not compliant HTML maybe