Page 1 of 1

Problems with Google Maps

Posted: Wed Aug 02, 2006 11:15 am
by AndyLucia
Hi folks, I've come to pick your learned brains again. :)

As has been discussed on another thread, I've embedded a Google Map on our main website (http://www.andaluciarentals.co.uk/Properties.htm). This was the first site I built myself and, frankly, I am far from happy with it; having been converted to the wonderful world of CSS and Dreamweaver templates I can see how amateurish it looks! :(

So I want to pull it into the same format that I used for our more recent .eu site. The only problem here is that the coding for the Google Map script, which needs to be placed just before the </body> tag, has to be added to the template (as far as I can tell) which seems to stop it being recognised (see here http://www.andaluciarentals.eu/Properties.htm for an example).

I know I'm just being thick! Can anybody spot where I'm going wrong?

Cheers

Posted: Fri Aug 04, 2006 3:55 am
by Jamie.Gaines
Hello.

It looks like you're just missing the reference to the Google Maps script library. Just add this line into your <head> tag somewhere...

<script src="http://maps.google.com/maps?file=api&v= ... qwz09uuO4g" type="text/javascript"></script>

Good luck!

Jamie