Forum Moderators: not2easy
-
Not only does the email content need to be sent properly (as text/html with 7-bit encoding), but there must be HTML content for the CSS to be applied. Now, whether you include the CSS using <style> tags or inline styles (using the style attribute) really doesn't matter. But there must be HTML in the first place. Else it is just plain text, and it cannot be formatted nor styled using CSS.
Everything is set properly far as html. The email looks great when using html font tags but when using css is doesn't work. Can somebody post an example of how CSS would look in vbscript? This is what i'm using below -
<script>.back {background-color: #F9F9F9; border 1px; solid #000000;}</style>