INSTALL -EZMAP

The ezmap.php file is well commented and should not be to difficult
to get it all working right.

The two ( 2 ) html files included are for test purposes.
index.html - Valid HTML 4.01 Transitional
index2.html - Valid XHTML 1.0 Transitional

To call EzMap into another page...

<p><!--#include virtual="ezmap.php" --></p>
  
Or you can call it with a PHP include.
<p><?php include ("ezmap.php"); ?></p>

There are a few things to make note of!

1. EzMap will render in either Valid HTML 4.01 Transitional or Valid XHTML 1.0 Transitional
simply by choosing 0 or 1. ( See ezmap.php for details )

2. EzMap will show the W3C Valid format button by choosing either 0 or 1
( See ezmap.php for details )

3. STYLESHEET!
EzMap uses three ( 3 ) styles that need to be imported into your stylesheet.

.ezmap {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #7A7A7A;
font-weight: normal;
}

.ezmap_details {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #666666;
}

.ezmap_gen {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #666666;
}

These are needed an required!
Just add the above to your current stylesheet and all will be fine.

Enjoy!

Support Team
Mystic Dreams Enterprises

http://www.mysticdreams.net