您可以按照以下说明将标题图片链接到网址。
- 登录您的Website Toolbox账户。
- 点击 整合 主菜单中的链接。
- 点击 自定义代码 链接。
- 将以下代码插入到 论坛头标记 HTML 代码 文本框。
<style> #header_image { cursor: pointer; } </style> - 在 “论坛页脚 HTML 代码” 中插入以下代码。
<script> document.getElementById("header_image").onclick = function() { window.location.href = 'put your URL here'; }; </script> - 保存 你的更改。