Rank: Newbie Groups: Member
Joined: 5/18/2011 Posts: 7
|
Hi,
On the HTML Editor, how can I allow my users to add a link on an image. When I try the link icon on the toolbar it only creates a text link.
Many Thanks
Tuna
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, The easiest way is to enter img tag in the "Text" field directly. For example, if you enter "<img src='your_img_url' />" then it will create an image link with the image you provided. If you do not wish user to enter img tag, you can customize the InsertLink dialog to do the format internally with code. Please see here for more details: http://doc.essentialobjects.com/library/1/editor/customize_dialog.aspxThanks!
|
Rank: Newbie Groups: Member
Joined: 5/18/2011 Posts: 7
|
Hi
Thanks for the reply.
I ll try the dialog customization.
Many Thanks
Tuna
|