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

JavaScript Using jQuery Plugins Using a jQuery Carousel The Carousel Challenge Solution

fredyrosales
fredyrosales
10,572 Points

Arrows appear as prev, next . And the dots appear as 1,2,3 stacked upon each other.

I'm working with Atom and i really don't know how i can add a snapshot. I've gone over the links a lot and have triple checked my code. if anyone knows how i can add a snap shot it will be HIGHLY appreciated! Thank you in advance!

Cheo R
Cheo R
37,150 Points

Many computers have a print screen function, on mine it's labeled PrtSc.

Then you could put your screen into full screen mode and take a picture.

The markdown cheatsheet below says to add images with:

Images
![alt text](/path/to/img.jpg "Title")

2 Answers

louis wong
louis wong
5,842 Points

Hi @ Fredy Rosales have you checked if you have added
"<link rel="stylesheet" href="js/slick/slick-theme.css">"

This could be one of the reason. And if you are using a macbook, you can screenshot your code by pressing cmd + shift + 4 and highlight the area of code you wish to copy, you can then retrieved it on your desktop page afterwards.

"<link rel="stylesheet" href="js/slick/slick-theme.css">" this fixed my error i was getting the same error