How to insert images through HTML code :
Here's how to proceed :
Import your images in the Letsignit designer and copy the address link.
Drag and drop the HTML bloc at the desired location.
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">
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