Hi I’m using System.Net.Mail to send some HTML formatted emails.
What is the correct method for inserting css into the email message?
I know I can apply formatting to each item, but I’ld rather use style sheets..
EDIT I should have mentioned that this is for an internal application, and I expect 99% of users to be using Outlook or other client, but never hotmail or gmail etc.
I’ve always found that strictly using HTML 3.0 compatible tags and formatting works best for all email readers and providers.
nevertheless here is a CSS in Email article that may answer your question, you will find solutions to your css problems.