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 Create a Jekyll Site on GitHub

http://pcosta88.github.io/Travel-Blog/

Why aren't any of the links working on my site? I forked it over exactly as it appears.

3 Answers

ensure your href attribute in your anchor elements is either set to a valid weblink or if you are linking to an internal page on your site a valid .html file that exists for example index html... i.e valid uses of the anchor element are.. a href="about.html" and a href="google"

If I fork it over exactly as it appears, shouldn't work "right out of the box"?

I also scrolled through the code and none of the urls need to be changed. It should just link to the hyperlinks listed but they aren't. Why?

jason chan
jason chan
31,009 Points

Your CSS isn't working.

Maybe you can try in-line

can you copy and paste your css here?