Help > General > How do I add a logo/picture/image to the top of the page?

How do I add a logo/picture/image to the top of the page?

You can add a logo or picture to the top of the page by following the directions below:

(If you are using the forum service, please use these instructions.)

  1. Log in to your Website Toolbox account.
  2. Click the Integrate link.
  3. Click the HTML link.
  4. Insert the following HTML code into the Header textbox:

    <img src="IMAGE URL">
  5. Replace IMAGE URL with the complete URL to the image you would like to display.
  6. Save your Settings.

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:

  1. Why aren't the images loading in my tool?


If you still need help, please contact us.