If you want to create a website link on an image, you need to edit the html code in the editor after the image has been upload.
Open the document template.
Click on the code view </>
Locate the image text, 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 around the 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.
0 Comments