I created a new content type in which I used an imagefield for displaying a logo.
It is possible to customize Title, alt but unfortunately not an href.
I would like to link from the logo to an external site.

Is there a workaround or can a href be implemented in a future release?

Comments

quicksketch’s picture

A href field is not part of ImageField and will not be added in a future release. Title and ALT are included fields because they are part of the image when it is displayed. An href is not part of the image tag, it's a separate link tag. If you'd like to make this into a link, you should add a second field (either a text field or a URL field provided by link.module), then using theming in you node.tpl.php file make the image link to the URL.

quicksketch’s picture

Status: Active » Closed (won't fix)