but how do I add the CSS into the xml file where the contents are read from?
On Feb 22, 12:43 pm, "[email protected]" <[email protected]> wrote: > On Feb 22, 9:54 am, rmcguire <[email protected]> wrote: > > > on my map atwww.meadowlarkco.com/regulationsmap2.htmlcurrentlywhen > > I click on Washington or Hawaii the contents I want showing up display > > correctly from my xml file atwww.meadowlarkco.com/regulationsmap.xml, > > but how can I dictate the font size > > Normal html and css should work. What have you tried? > > > > > and how can I not have the contents show in the sidebar but still in > > the infowindows > > Change the code to not do that. Remove or comment out this line: > document.getElementById('info').innerHTML = content; > > -- Larry > > > > > > > thanks- Hide quoted text - > > - Show quoted text - -- 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.
