Three suggestions/observations that I hope help (1) I wouldn't use the
font tag at all, if it was provided by the mapper tool, then I would
replace it afterwards. (2) More important, 400px for the table inside
of your windows is a bit wide given that your map canvas is 620px
wide. Maybe try thinning out the image a bit. (3) Most important,
there is an unusual amount of padding. When I use the web-kit tools to
remove the padding, the infowindow looks a lot better. Not sure if
this is your css or something else, but cutting back on padding should
make a big impact on normalizing the appearance.
Hope I've helped.
On Jan 11, 1:07 am, Keith Cappuccio <
keith.cappuc...@gmail.com> wrote:
> Hi everyone. . .
>
> I'm very close to completing my first maps API project, and am having
> difficulty with something that's turning into a major problem. I'm using
> the Google Spreadsheet Mapper tool to compile a database of multiple
> locations. It's intuitive and easy to use, and generates great results:
>
>
http://maps.google.com/maps?f=q&hl=en&geocode=&q=https://spreadsheets...
>
> Using the documentation, I created an embedded map that imports a KML layer,
> specifically, the KML file that was created by the spreadsheet mapper tool.
> All the data imports properly, but the information balloons are formatted
> terribly. The HTML is bonkers. I have no idea what to do. I'm frustrated
> because I'm close to being complete with the project, and I'd just like to
> get these formatted properly.
>
>
http://www.wolfsbloodgear.com/pages/academy-locator
>
> The question I'm asking specifically is why the info balloons are so messed
> up on the embedded page.
>
> Thanks
> Keith