How To Guide - Web Page |
BlueZone Web-to-Host |
Launch Pad Look: Click here to learn more about this feature
When you use the Web-to-Host Wizard to create a Launch Page, the Wizard actually creates a new Launch Page folder that contains several files. The Wizard uses the files located in the Template folder as a "template" for creating the new pages.
The benefit to this is that you can customize the "template" so that all Launch Pages created by the Wizard will have the customized look.
For example, you can use this feature to include your company logo on all the Launch Pages.
It is not necessary to have a lot of experience with HTML coding to do this.
Configuration Method: Manual Configuration
Feature Scope: Site Level Feature
On the web server, navigate to the desired Site Folder that you created with the Web-to-Host Wizard.
Locate the \template folder.
Inside the template folder you will see several files. The key files are the launch_x.htm and the launch_j.htm files. These are the templates for all the web pages that are created by the Web-to-Host Wizard.
Start by making a copy of the launch_x.htm page, just in case you make a mistake and have to go back to the original file.
Edit the launch_x.htm page using Notepad.
In the following code, the blue text represents the code that places the Seagull logo on the launch_x.htm page.
<tr>
<td width="35"> </td>
<td width="493"><a href="http://www.seagullsoftware.com" target="_blank"><img src="../assets/logo.gif" width="132" height="68" border="0" alt="SEAGULL Software"></a></td>
<td width="72"><img src="../assets/bz_60.gif" width="70" height="76" alt="BlueZone"></td>
</tr>
Replace www.seagullsoftware.com with your company's URL.
Replace logo.gif with the name of your graphic file.
Place a copy of graphic file in the \assets folder. This is where this page expects to find it.
If you know the exact height and width of your graphic in pixels, replace the height and width values with the correct values. If you don't know the exact height and width, delete the width="132" and height="68" altogether since they are not mandatory in HTML.
Replace SEAGULL Software with your company name.
Save and exit the file.
Create a new Launch Folder with one session and launch the page.
Check to see that the Launch Page looks as you expected.
If you have Netscape users, or if you use any other non-ActiveX supported browsers, also modify the launch_j.htm page. You can use copy and paste to do this.
NOTE The
size of your logo graphic does not have to match the Seagull logo exactly.
The HTML
table will stretch to conform to the size of your graphic file. It's
good practice (but not mandatory) to specify the height and width of the
graphic in the HTML code.
Related Topics: