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 trialDavid Taber
Courses Plus Student 3,574 Pointsthis works in the dashboard but not on the webpage why
<style> h1 { Color: blue; } </style>
<body> <h1> something lese </h1> </body>
3 Answers
Richard Howell
490 Pointsh1 { color: blue; }
That should work perfectly, unless there is a class over riding it.
David Taber
Courses Plus Student 3,574 PointsNoticed that you / I / One has to delete the cache history in IE Explorer for saved changes to be recognized even after a refresh. Was able to run <style> h1 { Color: blue; } </style>
<body> <h1> something lese </h1> </body>
in the workbench correctly but says I am missing <style> etc in the challenge section. I'm going to move on to the next section.
David Taber
Courses Plus Student 3,574 PointsAnother bug... in the interface here... when I type in html "<style> h1 { Color: blue; } </style>
<body> <h1> something lese </h1> </body> " it is interpreting it here, in the discussion forum instead of plain text. Is that correct?