: Adding content to the sides of a tool
You can customize the content on the sides of each page by following the instructions below:
- Login to your Website Toolbox account.
- Click the Custom HTML link.
- Copy the HTML code below into the Header textbox:
<table width=100%>
<tr>
<td>
Put the left side content here.
</td>
<td>
- Copy the HTML code below into the Footer textbox:
</td>
<td>
Put the right side content here.
</td>
</tr>
</table>
- Click the Submit Settings button.
|