Hi Guys I am having problem of image map . I have image and i want to sent in email but when i using image map html tag . it is doesn't work in smart device email. is there any way i can solve this problem ?
Thanks http://dakvikas.webs.com
I didn't think most email clients will support image maps but I could be wrong.
http://www.campaignmonitor.com/blog/post/3475/image-maps-in-html-email/
I do think we would need to look at the HTML of your email to advise further.
Use css instead
HI @eric Thanks for reply how should i do with css ?
You could do it like this http://www.websitecodetutorials.com/code/css/css-image-map-tooltips.php
actually many email clients will strip all that css out unless you inline it, not to mention the fact that images are usually disabled by default.
what is best approach to use responsive email ? I got email from http://www.hollisterco.com they are using responsive email. how can i do my self?
Probably using % widths on the table layout.
Without seeing it we can't comment.
Thanks Paulie_D it is working with table .
Hi Guys I am having problem of image map . I have image and i want to sent in email but when i using image map html tag . it is doesn't work in smart device email. is there any way i can solve this problem ?
Thanks http://dakvikas.webs.com
I didn't think most email clients will support image maps but I could be wrong.
http://www.campaignmonitor.com/blog/post/3475/image-maps-in-html-email/
I do think we would need to look at the HTML of your email to advise further.
Use css instead
HI @eric Thanks for reply how should i do with css ?
You could do it like this http://www.websitecodetutorials.com/code/css/css-image-map-tooltips.php
actually many email clients will strip all that css out unless you inline it, not to mention the fact that images are usually disabled by default.
what is best approach to use responsive email ? I got email from http://www.hollisterco.com they are using responsive email. how can i do my self?
Probably using % widths on the table layout.
Without seeing it we can't comment.
Thanks Paulie_D it is working with table .