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 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 :-)