-
1. Re: Email CSS Styling
Lynda Spangler Dec 6, 2013 4:51 PM (in response to DerekDigital)You have to use inline styles to style an email. IE:
<a href="#" style='color#222;'>Link</a>Here are a couple good links for styling/coding emails:
http://www.campaignmonitor.com/guides/coding/guidelines/
http://www.campaignmonitor.com/css/
Hope those links can help.
Lynda
-
2. Re: Email CSS Styling
DerekDigital Dec 9, 2013 4:00 AM (in response to Lynda Spangler)Thanks for the response and the links Lynda - both most helpful.
The specific problem I have is that the content for the body of the email is being pulled from a BC web app.
So apart from the HTML table on the BC template page - containing the header and footer info - and the web app module {tag}, I'm at a bit of loss as to where I can add the styling for the h3 subheads and a:links.
I'm sure it must be possible in BC as an automated email, that my customer generated from their previous system, was styled beautifully.
Further thoughts anyone?
-
3. Re: Email CSS Styling
Liam Dilley Dec 9, 2013 1:03 PM (in response to DerekDigital)You mean on the html of the web app?
Just use a custom layout for the web app and do inline style and call that in your email.
-
4. Re: Email CSS Styling
DerekDigital Dec 10, 2013 3:09 AM (in response to Liam Dilley)Sorry Liam I don't quite understand your response.
The web app already has correct styling applied to it for the site.
Now I want different styling - fonts etc. - for the email.
Or are you suggesting this is possible? If yes, then how?
-
5. Re: Email CSS Styling
Liam Dilley Dec 10, 2013 4:52 AM (in response to DerekDigital)Well you will have html and targeting of elements. If you are just using the list view layout, use the backup with inline html and call that in the newsletter. If you are using both then you can use a custom template for it.



