lakshman
lakshman

Reputation: 2741

image is not appearing with email

I am sending a html table with an image of google map.for mozilla Thunderbird image is appearing without any problem.but for gamil and yahoo mail image is not appearing.even a broken image.is there any reason for that? here is the image tag I attached to the table

<image src = "http://maps.googleapis.com/maps/api/staticmap?path='+startCity+'|'+dueTodrawPath+endCity+'&size=500x200&maptype=roadmap&sensor=true" />'

Upvotes: 0

Views: 227

Answers (2)

Matt Healy
Matt Healy

Reputation: 18531

<image> is not a valid tag, you should be using <img>

Upvotes: 1

Thorsten Hans
Thorsten Hans

Reputation: 2683

shouldn't it be <img src="" />

Upvotes: 3

Related Questions