Hello,
This is my website: website
I would like to include google map
I have been trying to replace the static map with another type of map just like map #3
Well, the one that I have been working on is still offline. This is the only code that I have added:
<head>
<script src="js/jquery.gmap-1.1.0-min" type="text/javascript">
<link href="style.css" rel="stylesheet" type="text/css" media="screen">
<script type ="text/javascript">
$("#map3").gMap({ markers: [{ latitude: 47.660937,
longitude: 9.569803,
html: "Tettnang, Germany",
popup: true }],
zoom: 6 });
</script>
</head>
<div id=map3>map</div>
I wonder why I still haven't seen the map in the google map link yet?