The images you embed can be static or they can be clickable.


Embedding a Static Image


<img src="https://media1.tenor.com/images/2d39a10830dd1de840834d0c38bff5e5/tenor.gif?itemid=7954315" alt="Girl in a jacket" style="width:300px;height:150px;">

  1. Replace the URL with the URL for the hosted graphic…

  2. Replace the Alt verbiage with something relevant to the image or the link

  3. Revise the image size as needed to ensure it displays properly

  4. Lastly, paste your new code into the widget or element text and test it out!


<img src="https://media1.tenor.com/images/2d39a10830dd1de840834d0c38bff5e5/tenor.gif?itemid=7954315" alt="Girl in a jacket" style="width:300px;height:150px;">




Embedding a Clickable Image


<a href="http://grimaldicandies.com/"><img src="https://grimaldicandies.com/wp-content/themes/grimaldi/images/grimaldilogo.png" alt="Grimaldi Candy Company" style="width:300px;height:275px;"></a>

 

  1. Replace the URL with the URL you want them directed to…

  2. Replace the Image URL with the image address you copied….

  3. Replace the Alt verbiage with something relevant to the image or the link

  4. Revise the image size as needed to ensure it displays properly

  5. Lastly, paste your new code into the widget or element text and test it out!


<a href="http://grimaldicandies.com/"><img src="https://grimaldicandies.com/wp-content/themes/grimaldi/images/grimaldilogo.png" alt="Grimaldi Candy Company" style="width:300px;height:275px;"></a>