Problems with Google Maps

The place to discuss anything to do with computers, software, hardware, no matter how basic or technical. We all use this stuff, but we don't always understand it!
User avatar
AndyLucia
Posts: 484
Joined: Mon Jul 10, 2006 3:37 pm
Location: Isla Canela, Huelva
Contact:

Problems with Google Maps

Post 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
AndyLucia
If you can't say anything nice, don't say anything at all!!
Jamie.Gaines
Posts: 2
Joined: Sat Feb 25, 2006 1:35 pm

Post 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
Post Reply