: How do I add a logo/picture/image to the top of my tool?
You can add a logo or picture to the top of your tool by following the directions below:
- Login to your Website Toolbox account.
- Click the Custom HTML link.
- Insert the following HTML code into the Header textbox:
<img src="IMAGE URL">
- Replace IMAGE URL with the full URL to the image you would like to display.
- Click the Submit Settings button.
You can make the image into a link by putting <a href="LINK URL"> at the beginning of the code and </a> at the end of the code.
You can center the image by putting <center> at the beginning of the code and </center> at the end of the code.
Related support articles:
- Why aren't the images loading in my tool?
|