Thank you very much, that solved the problem. :D On Jun 6, 10:22 pm, Ralph Ames <[email protected]> wrote: > >The only one with data in the info window is "harvard square"..(look > >for it in the side bar) ..sorry i should have specified > > Change this by removing the height and overflow > > tabdata[0] = '<div style="width:310px; height:225px; overflow:auto;">' + > tabdata[0] + '<\/div>'; > > To this > tabdata[0] = '<div style="width:264px;">' + tabdata[0] + '<\/div>'; > > Change this > address = '<div style="white-space:nowrap;">' + address + '</\div>'; > > To this > address = '<div style="width:300px;">' + address + '</\div>'; > > Ralph > -www.easypagez.com/maps/map_index.htmlwww.easypagez.com/maps/v3_basicmap.html
-- 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.
