How To Add A Website Link To An Image

To create a website link on an image in your document teamplate, you need to edit the html code in the editor after the image has been uploaded.
 
Open the document template.

Add the image to the document.

Click on the code view </>

 
Locate the image text within the code, it will look something like this:
<img src="https://www.magmanager.co.uk/ImageBrowser/Image?Path=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.png" style="width:50px;height:50px;">
 
Add the red bold text below to the start and end of the existing image text:
<a href="https://yourwebsite.com"><img src="https://www.magmanager.co.uk/ImageBrowser/Image?Path=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.png" style="width:50px;height:50px;"></a>
 
Simply replace 'yourwebsite.com' with the URL of the webpage you want to link to.
 
Save the updates > Click the code view button to return to the editor view.

Have more questions? Submit a request

0 Comments

Article is closed for comments.