I think I've followed all your suggestions. Still no sign of any markers. Thanks. http://www.gil-fogoros.com/test-02.html
On Aug 4, 2:10 am, Rossko <ros...@culzean.clara.co.uk> wrote: > > I've editedhttp://www.gil-fogoros.com/test-02.htmlstructure, but > > still can't get the markers to show on the StreetView map, please tell > > me what I've screwed up, am missing or have to much of. Thanks, Gil > > Use 'view source' in your own browser. > You've got > <html> > <head> > ... stuff ... > <body ...> > ... stuff ... > <html xmlns= ...> > > Take the second html with the xmlns and remove it, using it to replace > the first html tag. > Remove that body altogether, you've got a perfectly good body later > on. > The unwanted body also comes with two unwanted divs (inside the head) > that I think you can just remove. > > A little later you have > </script> > <![CDATA[ > function Markers(color){ ... > > All the javascript that follows there is outside of any script tag, > and ignored. > It looks like that odd </script> is surplus and needs removal. > > The tools you are using to build your webpage are being more trouble > than they're worth here. > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups.com To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---