On Sep 17, 8:40 am, marcos acosta <[email protected]> wrote: > Thank Probably Mike > > it was that i was missing a body onload tag on one of my php include > > i recommend you dont really use w3c, > > google has about 35 errors if you validate them
Whether google has errors or not, using the w3c validator is the best way to get consistent cross-browser behavior. Some errors don't matter if all you want to do is _display_ a map (or display a web page), but problems with structure (like multiple body tags, unclosed elements, etc) should be fixed regardless. -- Larry > > thanks man > > On Fri, Sep 17, 2010 at 3:02 AM, ProbablyMike <[email protected]>wrote: > > > > > Actually there are 3 <body> tags, but only two have onload! > > > But there are loads of HTML errors which will cause different problems > > in different browsers, check out the results with the W3C validator: > >http://j.mp/coIQC0 > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Maps API V2" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-maps-api%2Bunsubscribe@ > > googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-maps-api?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
