How to center the image and hyperlink it to another URL

You can add this code in the Content area of the text block:

<div align="center"><a href="http://your-site.com"><img src="http://your-site.com/your-image-URL.jpg"></a></div>

Please change http://your-site.com to the link you want to link the image and http://your-site.com/your-image-URL.jpg to the location of your image.

 

If you want to center the headline above the image just add the code <div align="center"> before the heading.  The codes below is how it should look like:

<div align="center">
<h2>Heading of the image</h2> /* you can use any <h> tag */
<a href="http://your-site.com"><img src="http://your-site.com/your-image-URL.jpg"></a>
</div>

 

Have more questions? Submit a request