Log in

View Full Version : Email Blast with CSS



digitaldiva
09-10-2008, 12:47 PM
Hi,
I want to send out an html email blast, but I want to use css. I have added the css styles to the header of an html doc template that will server as the email blast...

Will this work, or should I link to an external css sheet stored on my webserver?

Thoughts?

boogyman
09-10-2008, 03:00 PM
Either should work, however I would suggest not to use a link to your server. This way if the email is saved locally and an internet connection is not present, the user will still see everything necessary. You also do not need to worry about storing the file on your server, and any updates will not cause an ill-effect on the emails previously sent.

digitaldiva
09-10-2008, 04:29 PM
thanks for the confirmation boogie. I am adding it the header. :)