On Aug 12, 6:06 am, "[email protected]" <[email protected]> wrote: > On Aug 12, 5:36 am, Noel Marsh-Giddings <[email protected]> > wrote: > > > Hi there > > > I am working on my first foray into the world of Google Maps. I have > > managed to get the map working as I want it (for now) > > athttp://www.5vansite.com/gmap.php. > > > However I would like this to be within a table > > athttp://www.5vansite.com/index2.php. > > > I have placed the code in the table where I would like it to be, > > however it is not appearing. Please could somebody help me with where > > to place the code, and even if it is possible? > > Yes it is possible. Don't put the _code_ inside the table, put it in > the head of the document in an onload function (so it is executed > after the DOM finishes rendering (or at the end of the document just > before the </body> tag and execute it inline). > > Just put the div where you want the map to display in the table where > you want it.
You also need to make sure your html is valid: http://validator.w3.org/check?uri=http://www.5vansite.com/index2.php&charset=(detect+automatically)&doctype=Inline&group=0 (all your tags are properly closed) and you only have one <body> (you have 2) and one <head> -- Larry > > > Thanks > > Noel -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
