Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Elizabeth Sandell
543 PointsI made an about.hmtl file, and copied everything from the index.html and it is not working. Showing error
I made an about.hmtl file, and copied everything from the index.html and it is not working. Showing error. Am I missing something?
3 Answers

Michael Alaev
5,415 Points<!DOCTYPE html>
<html>
<head>
</head>
<body>
Gravity Sound Productions | Melissa Sandell GRAVITY SOUND PRODUCTIONS Melissa Sandell | Sound Designer and Production Rentals Home About Rentals Contact PRODUCTION RENTALS TOP OF THE LINE EQUIPMENT SUPPORTING LOCAL ARTISTS MUISC TO BE MADE LIVE SOUND
</h6>© 2014 Gravity Sound Productions.</h6>
</body>
</html>
you need to writhe the correct markup for your about page. you should watch the video again to see how he is writhing the code and style.

Michael Alaev
5,415 PointsCan you post your code here?

Zack Taylor
9,021 PointsElizabeth what sort of error are you getting?

Elizabeth Sandell
543 PointsI am taking the Front-end Web development course and am on the "Style New Pages" part. So I am trying to add an about page. So I copied all of that to the about.html and when i click the "preview workspace" button and the page comes up that I've been working on, I click on "About" and 404 Not Found comes up.
Elizabeth Sandell
543 PointsElizabeth Sandell
543 PointsOhhhh I see, yes I corrected thank you so so much!