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 trialLaPorsha Allen
1,288 Pointshighlight 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
Nicholas Mejia
23,800 PointsLaPorsah, 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.
Fuad Adetoro
6,490 PointsHi 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.
LaPorsha Allen
1,288 Points<h1>Nick Pettit</h1>
<body>
<style>
h1{ color:green;
}
</style>
</body>
LaPorsha Allen
1,288 PointsIm in the workshop text editor *****((( <h1>Nick Pettit</h1> <body> <style> h1{ color:green;} </style> </body>)))
Fuad Adetoro
6,490 PointsYou 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.
Fuad Adetoro
6,490 PointsYou 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.
LaPorsha Allen
1,288 PointsLaPorsha Allen
1,288 PointsIm trying to change the color high light.