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

CSS How to Make a Website Beginning HTML and CSS Write a CSS Selector and Property

Challenge Task 2 of 3 If I cannot remember how to do something outlined in a video, how can I listen to it again?

This is my first 30 mins or so using teamtreehouse and I need to listen to what was said in a video tutorial again before being able to proceed - I have forgotten what was said! How to I go back to it?

index.html
<body>
   <style>

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

2 Answers

Hey Guy MacNaughton,

If you look on the right side of the page near the top, you will see two buttons for left and right. The right one goes forwards to the next part of the course, and the left one goes back. What you can do is right click (on Windows/Linux or Command click, I believe, on Mac) on the left arrow button and click "Open link in new tab" or whatever is similar in your browser. Then, you can see the video you need. You can display the full transcript by clicking on "Video Transcript" below the video and then do a Ctrl + F (or Cmd + F for Mac) to look for a search term. That way you'll now know where to go in the video to find out what he is talking about.

I hope that helps!

Thank you very much.

Wayne Priestley
Wayne Priestley
19,579 Points

Hi Guy,

There are left and right arrow icons placed in the top right just under your avatar image. Clicking the left will take you back a lesson, and right takes you forward.
A warning though, if you are on challenge 2 of 3 and go back to rematch a lesson, when you get back to the code challenge you will be back to challenge 1 of 3, so remember to copy the code you have so far before going back to watch a previous lesson.

Hope this helps.

Not if you just open up the link in a new tab, as I suggested.

Thank you very much.