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.
- Log in to your Website Toolbox account.
- Click the Integrate link in the main menu.
- Click the HTML link.
- Insert the following code into the Forum Head Tag HTML Code text box.
<style> #header_image { cursor: pointer; } </style>
- 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>
- Save your changes.
If you still need help, please contact us.