Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

saad
26,165 PointsMailChimp CSS Inliner Tool Not Working?
I've tried several times but I can't seem to get the MailChimp CSS Inliner tool to work.
I pasted in the code from the project files "stage_4.2_email_css_mobile".
Any ideas please?
3 Answers

Fabio Carneiro
Treehouse Guest TeacherHi Saad,
I took a look at the code, and figured out why it's not working. On line 29, in the commented paragraph, I included <head>. Just delete the brackets, and the inliner will work.
Turns out it doesn't like invalid comments. I'll have the code pack adjusted so others won't run into the same issue down the line.

Dan Gorgone
Treehouse Guest TeacherThe downloadable files with the project have been updated to reflect the change Fabio Carneiro mentioned.

saad
26,165 PointsHi Fabio/Dan
Thank you :-)