图像没有出现在电子邮件中

时间:2011-08-01 11:59:58

标签: html image email

我发送一个带有谷歌地图图像的html表。因为mozilla Thunderbird图像出现没有任何问题。但是对于gamil和yahoo邮件图像没有出现。即使是破损的图像。有什么理由吗?这是我附在表格上的图像标签

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

2 个答案:

答案 0 :(得分:3)

不应该是<img src="" />

答案 1 :(得分:1)

<image>不是有效标记,您应该使用<img>