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 trialkerry bennett
1,976 Pointsis it possible to go back and review all sections completed individually. my html does not respond to the css.
html not responding to css. is it possible to go back and review each individual section from the beginning.
kerry bennett
1,976 Pointscan't seem to upload a screen shot to this page
Julie Myers
7,627 PointsI don't think you can upload screen shots. What exactly is not working correctly for you?
kerry bennett
1,976 Pointsthe html file does not respond to the css code. I would like to go back and review to see if its all in order. Obviously not.
Julie Myers
7,627 PointsWhat Luke said. :)
kerry bennett
1,976 PointsOk thanks! sorry for the inconvenience. i found what i was looking for. ill try and limit the the dumb questions.
1 Answer
Luke Glazebrook
13,564 PointsHi!
Yeah you can go back to any of the videos you have already watched. All you need to do is find that video and click on it and it will let you replay it and study it further. Also, you can do all of the code challenges and quizzes again if you wanted to.
As for why your HTML is not responding to your CSS. Are you sure that you have linked it up properly? You should have a line similar to the following inside your HTML's <head> tags.
<link rel="stylesheet" href="main.css">
I hope that I helped you out here!
kerry bennett
1,976 PointsThanks!
Julie Myers
7,627 PointsJulie Myers
7,627 PointsAre you talking about the video tutorials you just watched? Could you post your coding and explain which part is not working?