Wonky google map. My embedded google local listing is not in the middle. Any ideas?

Discussion in 'HTML & Website Design' started by airsupplies, Aug 2, 2010.

  1. #1
    Hi

    The map of us on our contact us page looks abit wrong.

    The bubble pointing to us isn't in the middle of the screen. Any ideas?

    I can't see anything in the code.

    http://www.airsupplies.co.uk/contactus.php

    :confused:
     
    airsupplies, Aug 2, 2010 IP
  2. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can just get the info window to appear by making the map larger and forcing the location off-center.

    First, I changed the table width to 780 so that the map sits against the right edge.
    <table cellspacing="0" cellpadding="0" border="0" width="780">
    Code (markup):
    Then I changed the height and width of the iframe to fit the info bubble, and I changed the LL parameter to SLL for an off-center location.
    <iframe scrolling="yes" height="400" frameborder="0" width="520" src="http://maps.google.co.uk/maps?ie=UTF8&amp;q=air+supplies+nottingham&amp;fb=1&amp;gl=uk&amp;hq=air+supplies&amp;hnear=Nottingham&amp;ei=76wzTJefM5yzjgfHoOXpCA&amp;ved=0CB8QpQY&amp;hl=en&amp;view=map&amp;cid=3853859298230535563&amp;sll=52.890309,-1.26554&amp;spn=0.006295,0.006295&amp;iwloc=A&amp;output=embed" marginwidth="0" marginheight="0"></iframe>
    Code (markup):
    Hope that works ok :)
     
    Cash Nebula, Aug 4, 2010 IP
  3. airsupplies

    airsupplies Greenhorn

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    Thanks a lot! That did the trick, perfectly.

    Would not have worked that out for myself, so thanks again.
     
    airsupplies, Aug 10, 2010 IP
  4. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #4
    Last edited: Aug 10, 2010
    CSM, Aug 10, 2010 IP