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 trial

HTML How to Make a Website Beginning HTML and CSS Add Style to the Page

highlight blue preview

when i highligted the css color blue it did not change colors yet on the page preview the font color was changed blue. Is it because im on windows?

6 Answers

LaPorsah, are you trying to change the color of the text or the selection highlight? Try pasting everything from your code here so we get a better idea.

Im trying to change the color high light.

Hi LaPorsah,

It can never be because of the system your running on, paste your code here so we can see what's wrong with it and guide you.

<h1>Nick Pettit</h1> <body> <style>
h1{ color:green; } </style> </body>

Im in the workshop text editor *****((( <h1>Nick Pettit</h1> <body> <style> h1{ color:green;} </style> </body>)))

You should really start here... http://teamtreehouse.com/library/html

it will teach you about HTML and CSS then when you go back to that stage you would probably ace it within 24 hours and be like "I know that", best of luck.

You should really start here... http://teamtreehouse.com/library/html

it will teach you about HTML and CSS then when you go back to that stage you would probably ace it within 24 hours and be like "I know that", best of luck.