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 How to Make a Website Adding Pages to a Website Build the Contact Page

where 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.)

http://port-80-cox44wlc74.treehouse-app.com/contact.htm

copied from the web browser, wheres my "l"?

3 Answers

how do i go about accomplishing such sorcery?

this worked,

Bob McCarty
PLUS
Bob McCarty
Courses Plus Student 16,618 Points

Andrew,

here's a link with instructions.

http://refreshyourcache.com/en/chrome-ios/

scroll to the bottom to find instructions for your version.

Bob