Forums / General / hyperlinks on images

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

hyperlinks on images

Author Message

Amina Bacar

Tuesday 06 April 2004 7:55:58 am

Hi
How to add an hyperlink to an image in an article?

The image is placed in the article using "related objects"

I'm using version 3.3.3

Thanks in advance.

Amina.

Tony Wood

Tuesday 06 April 2004 9:08:38 am

hi,

to add an email link you need to add the following information

<object id="33" size="original" align="left" href="mailto:test@example.com" target="_self" />

You should change the id to the id of the image you have in your related object list.

More info is available here http://ez.no/ez_publish/documentation/reference/xml_tags

-- tony

Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development

Power to the Editor!

Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future

Amina Bacar

Wednesday 07 April 2004 12:56:58 am

Thanks Tony