CSS Styling won't work in outlook? -
i use styling in outlook. style not work.
border-radius: 5px;
could please me?
try this:
<style type="text/css"> padding: 5px 10px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; box-shadow: rgba(0,0,0,1) 0 1px 0; text-shadow: rgba(0,0,0,.4) 0 1px 0; color: white; font-size: 14px; font-family: georgia, serif; text-decoration: none; vertical-align: middle; mso-line-height-rule: exactly; </style>
Comments
Post a Comment