from what I have here: var contentString = "<b>West Sales</b><br>John Doe<br / >""mailto:[email protected]"";
then I pass contentString into infowindow.setContent(contentString); Also if I wanto add img's do I just do an <img src>? thanks On Oct 7, 12:26 pm, Andrew Leach <[email protected]> wrote: > On 7 October 2011 19:01, rmcguire <[email protected]> wrote: > > > > > is it possible to add a mailto for the email address.....also if we > > want to add images can you simply do a <img src> tag within my content > > string? > > Yes to both. You do need to be careful about nesting quotes correctly. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
