Setup of your index page
1. In you webpage editor you will need to put the following between your head tags
<?php
require ("config.inc.php");
$File = "index.php";
include ("header_options.php");
?>
2. Add the following to the body tag
<?php print("$OnLoad");?>
ex. <BODY <?php print("$OnLoad");?> ALINK="blue" VLINK="blue" LINK="blue" TEXT="black" BGCOLOR="white">
3. Add following were you would like the search box to show. The width of the default textbox is 250 px
<?php
include ("searchbox.php");
?>
4. The change the colors and fonts of the searchbox see the Fonts and Colors section
5. To choose a diffrent searchbox style or to custmize the searchbox for a city or country see the Selecting searchbox's section
6. Proceed to setup the rest of the pages.
© 2003 XML Systems Inc.