Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDarren Healy
Front End Web Development Techdegree Student 23,565 PointsE-newsletter; design and code
Howdy folks,
So I want to design and code an email newsletter for use on mailchimp/constant contact/Aweber... whatever mail client, where do I begin?
Is this the same process as designing a one page website for example? Do I just get my text editor out and start there? Is there frameworks that exist like boilerplate for example?
Thanks in advance,
Darren
1 Answer
David Bloomfield
11,622 PointsHi Darren
Theres a lot of resources to help you get started at
https://www.campaignmonitor.com/resources/
https://litmus.com/blog/category/tips-resources
The design process is slightly different to modern web design. You need to use a table based design with inline styles but basically you can achieve this in your regular text editor.
I would download a few templates from here and have a look over the code.
+https://www.campaignmonitor.com/templates/all/
Hope this helps
Thanks David