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 trialAndrew Rich
Courses Plus Student 349 Pointswhere did my "l" go?
so i had an error on 2 web page link elements, (still learning the lingo please bear with me) it was a spelling error, i left out the "l" in "html" here <li><a href="contact.htm">Contact</a></li> changed to <li><a href="contact.html">Contact</a></li> and saved, but the problem is when i click the element to go to the "contact" page, i get a 404 error because that "l" i forgot is not there when i inspect the element in chrome, or in the web browser bar. i check the saved code and the "l" is there. sorry if this dosent make sense ( the "l" is in my code but not when i try to preview it.)
3 Answers
Bob McCarty
Courses Plus Student 16,618 PointsTry refreshing the browser cache
Andrew Rich
Courses Plus Student 349 Pointshow do i go about accomplishing such sorcery?
Andrew Rich
Courses Plus Student 349 Pointsthis worked,
Bob McCarty
Courses Plus Student 16,618 PointsAndrew,
here's a link with instructions.
http://refreshyourcache.com/en/chrome-ios/
scroll to the bottom to find instructions for your version.
Bob
Andrew Rich
Courses Plus Student 349 PointsAndrew Rich
Courses Plus Student 349 Pointshttp://port-80-cox44wlc74.treehouse-app.com/contact.htm
copied from the web browser, wheres my "l"?