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 Style New Pages

Image issues

I never resolved the last issue where my image was all the way to the top of the bottom of the NAV menu bar -- no space.

NOW, I am in the main.css page rounding the edges of your photo. My code is identical and the photo is still the same. I have been saving it both by pressing CONTROL - S as well as save in the file menu and nothing. The photo is not centered and not rounded and still the top of the photo is up against the bottom of the NAV menu bar.

Jennifer Nordell
seal-mask
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there! This would be much easier to help you resolve if we could see a snapshot of your workspace. You can make a "snapshot" by clicking the camera icon on the upper right-hand side of your workspace. Paste that link back to us and we can fork a copy and help you figure out what's going on. :sparkles:

William Rapp:

Two things: Did you delete your <section> tag when you copy & pasted the "index.html" code in the "about.html" file then deleted all the code within the <section> tag on the "about.html" page? You might have accidentally deleted your <section> tag along with it which you weren't supposed to do. That will resolve the space issue. Did you use the "." for the class selection in your "main.css" file for your profile photo? It's important not to omit syntax as you'll get unexpected behavior.