: Hiding the title on your page
You can follow the directions below to hide the title in your pages, but still have it visible in the browser's title bar:
- Login to your Website Toolbox account.
- Click the Custom HTML link.
- Insert the following code into the Head textbox. The code can be placed in the Header textbox if the Head textbox is not available.
<style>
.title {
display:none;
}
</style>
Note: You can specify a title for your message board in the General Settings section of the members area.
|