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

CSS How to Make a Website Adding Pages to a Website Add a New Page

the about page don't want to be opened Not Found The requested URL /About.html was not found on this server.

??!

7 Answers

Ahmed, try to set the about in lowercase and without the /

Can you please say how say how to do this I'm a beginner

Faisal Rahimi
Faisal Rahimi
4,019 Points

Thanks Rafael, this solved my problem.

Andreas Anastasiades
Andreas Anastasiades
2,916 Points

Maybe you should post some code?

you probably need something like <a href="about.html">About</a> But if you don't have an about.html file made, you will continue to get this error...

i did it and i followed every step but it don't want to open .....

Find on your HTML code the following:

/About.html

then you substitute all this for about.html

You need to have a file about.html created. If you get any difficult on that post here. We'll always help!

Andreas Anastasiades
Andreas Anastasiades
2,916 Points

didn't see how it converted, so here:

<a href="about.html">About</a>

This will only work if you have a file named about.html and it is in the same folder as your other html files such as index.html

that's my code is right
<li><a href="About.html" class="selected">About</a></li>

yess

On the left side of your workspace you can see the file index.html. You must see a file named about.html. If you do not see it, right click there and create a new file named: about.html

yes i do have it and i copy the codes from the index.html to about.html and then i deleted the images and change the class="selected" to the about.html

the about.html is right below the index.html or inside another folder?

it over the index.html