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

How To Make A Website: Profile-Photo Issues

The styling for the class .profile photo works perfectly in Chrome. However, when I was going through this lesson in firefox there were some issues.

display: block; made the photo disappear margin: 0 auto 30px; did not center the photo

max-width: 150px; and border-radious: 100%; worked perfectly.

Just thought I would let you all know.

1 Answer

Jacob Miller
Jacob Miller
12,466 Points

There's been some discussion about this issue in a different thread, which you can see here: https://teamtreehouse.com/forum/how-to-make-a-website-about-page-issue

Thanks. I will check that thread out.