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 trialPat Costa
4,629 Pointshttp://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
Dylan Aresu
9,687 Pointsensure 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"
jason chan
31,009 PointsYour CSS isn't working.
Maybe you can try in-line
Dylan Aresu
9,687 Pointscan you copy and paste your css here?
Pat Costa
4,629 PointsPat Costa
4,629 PointsIf 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?