OK. Thanks for responding.
Thanks deepbevel. But, I don’t guess I understand. Here is the first few lines in the css file relating to the map.
#map {
margin:0;
padding:0;
width:960px;
height:720px;
background:url(http://theauthorsbeacon.com/wp-content/uploads/2012/07/Beacon.jpg) top left no-repeat #fff;
font-family:arial, helvetica, sans-serif;
font-size:8pt;
}
Here is what I have on the page itself.
<div id=”map”> </div>
What goes in between the beginning and closing div markers?