CSS question
CSS question
Out of context: Reply #21
- Started
- Last post
- 38 Responses
- BabySnakes0
http://htmlemailboilerplate.com/… is a nice start for HTML emails.
It has some css for images:
img {
outline:none;
text-decoration:none;
-ms-interpolation-mode: bicubic;
}
a img {border:none;}
.image_fix {display:block;}Hope it works!