On Feb 3, 7:08 pm, Alexis <[email protected]> wrote: > Hi, > > I have found a few mentions on the net that the Google Maps API does > not work if the <Div> tags are contained within a table, but I have > found no solution whatsoever. > > So, please can someone tell me how I can call the google maps API from > within a table. And no, not using tables is NOT an option. >
Where is the link to your map that is causing problems? http://groups.google.com/group/google-maps-api/web/suggested-posting-guidelines http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical If you know what you are doing there should be no problem using a table. 1. Make sure your html is valid. 2. Make sure your map size is specified. 3. Make sure the API code is executed after the DOM is completely specified, either by using an onload function or loading it inline at the very end of the page, just before the </body> tag. Post a link to your map if you run into trouble. -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
