Outsourcing
Application Development
Application Maintenance
Website Design
Customer Support
eLearning
Application Hosting
Message Board
Guestbook
Website Poll
Chat Room
Website Statistics
Links Page
Topsite

Live Help


: 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:

  1. Login to your Website Toolbox account.
  2. Click the Custom HTML link.
  3. 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 Note: You can specify a title for your message board in the General Settings section of the members area.


Home