Skip to main content
All CollectionsDesigner
How to insert images through HTML code ?
How to insert images through HTML code ?

Discover how insert 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 :

Here's how to proceed :

  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>

#code #html #image #remplacement

Did this answer your question?