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!
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 trial
James Chew
1,705 PointsWhat skills do i need to design a html email template?
Hi All. I need to design a html email for my company. We are going into email marketing/ lead generation. What skills do i need? Any recommendations for good tutorials? Any topics i can find in TreeHouse? Thanks.
4 Answers

Shivam Bhalla
Courses Plus Student 5,035 PointsTo design an HTML email, you would need PhotoShop. To code an HTML email, you would need to code HTML using table cells, like you would code back in 1998. No external stylesheet should be used, and all styles should be placed inline.
For example:
<td style="border:1px solid red"></td>
HTML emails can be frustrating at times because of cross device compatibility.
Litmus is a great tool for testing, but it isn't free.

James Barnett
39,199 PointsHere's a good overview:
source: http://litmus.com/blog/html-email-coding-101-infographic/email-coding-101

James Chew
1,705 PointsThanks guys. Appreciated! Going to go try out some html programming.

James Barnett
39,199 Points@James Chew - Check out the HTML course here on Treehouse to get you started.