On Nov 30, 6:47 pm, Chuqui <[email protected]> wrote: > Thank you. I will try that solution once I get to the office, but... > what if I want to put the content into two columns? Should I use html/ > css too?
Yes. It is just text formating, nothing to do with maps (other than the fact that the div containing the text is inside an infoWindow...). > > I posted here because that's what they suggest at the official blog. As a matter of curiosity, where does it say that? -- Larry > Thanks! > > On Nov 30, 7:32 pm, "[email protected]" <[email protected]> > wrote: > > > It is not a google maps api issue, it is html/css. To get a scroll > > bar, define the div containing the content with > > style="overflow:auto" (plus whatever other properties you need, > > probably at least height and width). > > > -- Larry > > > On Nov 30, 1:46 pm, Chuqui <[email protected]> wrote: > > > > Hi everybody, > > > > I created a dynamic client-side map using a Google Docs Spreadsheet, > > > following the official blog's > > > tutorial:http://googlemapsapi.blogspot.com/2007/03/creating-dynamic-client-sid... > > > > The result is here: > > > >http://www.uandes.cl/comunicaciones/alumni/mapa-alumni.html > > > > My problem is that I have too much data to be displayed in the info > > > windows for some countries, like Spain (España). I would like to know > > > if I can divide that content in two columns or maybe put an scroll > > > inside the info window. > > > > Any help will be appreciated. Thanks, > > > > Chuqui -- 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.
