• I have created a customised google map how do I insert this into my page? Which is the best plugin to do this for version2.7. Cheers.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Just copy the embedded code that Google gives you and paste it into your post (make sure you are in HTML view) – that should work fine, I doubt you would need a plugin for it.

    Thread Starter benjohnson

    (@benjohnson)

    Thanks worked well.

    One more question. When embedded the map is aligning to the left of webpage and I want it to align centrally. How do I do this, assume there is a code I enter into html surrounding the embbeded map.

    Cheers.

    Just wrap a div around the embedded code:

    <div align="center">
    
    Google maps code
    
    </div>
    Thread Starter benjohnson

    (@benjohnson)

    Cheers,
    Worked well!

    chipharris

    (@chipharris)

    How does this solution deal with the code that is in the body tag? The google code generated for my map has elements that I assume the template already has. The map I’m trying to put in a page is http://www.blog.paulharris.ca/reddeermap.php I would appreciate a little guidance, I think I must be close.

    Chip.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Inserting Google Map’ is closed to new replies.