How do I make a template in Word into a Style Sheet for an email?
Posted by admin | Filed under Programming Design
I made a template in Word for a newsletter and need to make it into a Style Sheet so that it can be mass emailed easily.
Does anyone know of an online tutorial or something on how to do this??
March 11th, 2008 at 7:42 am
I assume you’re talking about a Cascading Style Sheet that you can implement into HTML to send in an e-mail? If that’s the case, you’re probably going to have to know an extensive amount of CSS in order to do so, and not all e-mail systems allow HTML styles to show. I’d suggest just saving the Word document and attaching that to an e-mail.
March 12th, 2008 at 3:13 am
It is better to use NotePad because Word has hidden characters and won’t convert well. The just save it as an .css
Personally I would use a free online CSS generator like:
March 15th, 2008 at 3:55 am
Email is a text medium. Anyone using a real email program will see your newsletter as a mishmash of html tags and css data. (Outlook isn’t the world standard.)