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 trialSusanna Kemp
3,082 PointsBummer! Don't forget your style tags!
I keep getting this message in part one of the task but I have followed the video and seem to be doing exactly as directed...? Entering <style> to start....any ideas? I'm sure I'm missing something obvious!
4 Answers
Pedro GCA
20,683 PointsSusanna If you could paste your code and the challenge title here, it would be easier to help you.
Ana Vetiul
10,259 PointsDid you write your style tags like so: <style>some CSS here </style>
?
If you did, make sure your style tags are inside the head tags.
Christopher Hall
9,052 PointsAre you entering the style tags on the line directly above the h1
tag in the challenge (below the body
tag)?
Susanna Kemp
3,082 PointsHey all. Thanks for all your ideas. I only started on Treehouse today and actually resolved this shortly after posting then couldn't figure out how to delete it or comment to say so! Thanks again.