Help > Forum > Themes & Appearance > Linking the header image

Linking the header image

You can follow the directions below to link your header image to a URL.

  1. Log in to your Website Toolbox account.
  2. Click the Integrate link in the main menu.
  3. Click the HTML link.
  4. Insert the following code into the Forum Head Tag HTML Code text box.
    <style>
    #header_image {
    	cursor: pointer;
    }
    </style>
    
  5. Insert the following code into the "Forum Footer HTML Code".
    <script>
    document.getElementById("header_image").onclick = function() {
    	window.location.href = 'put your URL here';
    };
    </script>
    
  6. Save your changes.


If you still need help, please contact us.