Dale, If removing the html tags doesn't work, try one of the following commands:
If on RedHat Based Linux *dos2unix -n a.txt e.txt This will convert your file from dos format to unix format, and output to e.txt Reference http://linux.about.com/od/commands/l/blcmdl1_dos2uni.htm *** If on Ubuntu You may need to install the binary package, tofrodos, you can do this by following these commands as root, or a super user Install tofrodos: apt-get install tofrodos Convert dos to unix: todos -dvb filename.txt This will give verbose info, as well as convert your original file, and create a backup of the original file. Sincerely, Devin On Tue, Nov 17, 2009 at 1:58 PM, Gregory Short <[email protected]> wrote: > Have you tried removing the extra <html> and <body> tags? The info > window isn't an iframe or anything, it's just a div, and as such, > <html> and <body> tags are incorrect. IIRC, anyhow. ;) > > -- > > 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]<google-maps-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=. > > > -- 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=.
