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 trial

General Discussion

What 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
PLUS
Shivam Bhalla
Courses Plus Student 5,035 Points

To 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.

Thanks guys. Appreciated! Going to go try out some html programming.

James Barnett
James Barnett
39,199 Points

@James Chew - Check out the HTML course here on Treehouse to get you started.