With GMarkers, you can only use a URL that HTML will allow you to put in an <img src="">, because that's basically what the API ends up constructing.
I suggest that you try using ELabels instead of GMarkers. ELabels allow you to put any HTML inside them. Just because they're called "ELabels" doesn't mean that you can only use them for labels. They work just as well as a container for any HTML that you want to put in a GOverlay. You just need to be careful to set the fourth ELabel parameter correctly when using them like markers. http://econym.org.uk/gmap/elabel.htm http://econym.org.uk/gmap/example_markeredlabels.htm -- Mike Williams http://econym.org.uk/gmap -- 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.
