On Oct 4, 1:20 am, Andrew Leach <[email protected]> wrote: > On Oct 4, 2:09 am, paulp575 <[email protected]> wrote: > > The size is calculated with the <body> element's text settings, which doesn't > include bold. The infoWindows are displayed inheriting the TEXT-BOLD settings > from <div class="TEXT-BOLD"> which turns the text bold. Bold text is wider > and it wraps. > > The fix is the same as Mike details. Include the infoWindow text in an > element with its own style. > Actually, the fix was easier than what you suggested!
There was a missing end DIV tag above this line: <table summary="layout" class="MAP-TABLE" cellpadding="2" cellspacing="1" border="1"> There was no need to have the map portion of the page in all bold! Adding the </div> tag solved the problem. When you said "The infoWindows are displayed inheriting the TEXT-BOLD settings from <div class="TEXT-BOLD"> which turns the text bold." that got me to thinking why would I want the map all in bold? Thanks for your help on this one! Paul -- 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.
