All Collections
Designer
How to insert images through HTML code
How to insert images through HTML code

Inserting an HTML block in the Letsignit designer with an image hosted on the platform

Gaël Fulconis avatar
Written by Gaël Fulconis
Updated over a week ago

How to insert images through HTML code :

  1. Import your images in the Letsignit designer and copy the address link

  2. Drag and drop the HTML bloc at the desired location

  3. Then copy and paste this code into the box (you can change the height or width to the dimensions you desire). The link is the one retrieved in step 1

    <img alt="alternative text" src="insert image address source link and keep quotation marks" width="280" height="33">

  4. For clickable images, just insert the URL of the website where is says "URL https" , just ensure to keep the quotations.

    <a href="URL https"><img alt="alternative text" src="insert image URL here and keep quotation marks" width="280" height="33"></a>

Our team is available to answer any questions you may have via chat or at customercare@letsignit.com

#code #html #image #remplacement

Did this answer your question?