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 trialsaad
26,165 PointsWhen to make <table> for HTML Email
Hi Guys,
I have a design of a html email on paper how would I know what I would need a <table>
tag for? is there a principle for this?
Thanks!
1 Answer
Scott Becker
20,349 PointsTable tags are best practice at this point for the multiple email clients ensuring compatibility.
Keep it simple, designating areas in rows and columns. You can have colored backgrounds, but less email clients will allow background images.