I don't have a printer to test with, but your page's HTML is quite invalid. You have no DOCTYPE, you have javascript inside a <table>, and the line that loads the API has some strange characters in it. IE doesn't like any of that.
Validate your HTML first of all, and use the recommended DOCTYPE: http://code.google.com/apis/maps/documentation/index.html#XHTML_and_VML -- Marcelo - http://maps.forum.nu -- On Aug 27, 4:19 am, Eddie Chan <[email protected]> wrote: > Dear everyone, > > I am currently creating a map with tile layer features. Everything > works fine except when printing in IE6. Note that it looks fine in the > "Print Preview". but when it prints out, the layer are not tiled > regularly but in a messy way. May somebody help? Thanks. > > Url :http://ihome.cuhk.edu.hk/~b300879/googlemap/CUHK3/en/ > > Regards, > Eddie --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
