Forums / General / hyperlinks on images
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:[email protected]" 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
Wednesday 07 April 2004 12:56:58 am
Thanks Tony