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 trialAmy Turbyfill
984 Pointslinks don't work
my links don't work on this challenge when after I code exactly what Nick has coded in the video.
2 Answers
Mike Schaming
13,925 PointsHello- can you post your code?
rumlese
1,380 PointsPlease post your code.
Example:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Example</title>
</head>
<body>
<h1><a href="(What you want to link to.)">(text)</a></h1>
</body>
</html>
If you are attempting to refer to a file in a non-root folder.
Do /(folder)/(file).html
Hope this helps, and if I made any mistakes don't hesitate to correct me!
-Rumle