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 trialMichael Grant
1,847 PointsAdded photo for about page. But now it's disappeared.
Added this but now photo has disappeared.
.profile-photo { display: block; max-width: 150px; margin: 0 auto 30px; border-radius: 100%; }
Here's the About.html: <img src="img/Me 2.jpg" alt="Photograph of Michael Grant" class="profile-photo">
5 Answers
Michael Grant
1,847 PointsTry putting "clear: both;" in your #wrapper styles. Does that fix it?
Frederico Graciano
Courses Plus Student 2,768 PointsPlease post your html and css code so I can see what is wrong and help you out.
Michael Grant
1,847 PointsApparently the problem wasn't me but it was firefox. Treehouse suggested a code adjustment which has solved the problem.
Thanks for replying tho.
MBG
Frederico Graciano
Courses Plus Student 2,768 Pointsno problem. :)
Matthew Lehman
5,282 PointsSo apparently I have the same problem as well with firefox. Its working on my google chrome but not on my fire fox.
May you tell me the code adjustment since Im using firefox please?
Matthew Lehman
5,282 PointsSo apparently I have the same problem as well with firefox. Its working on my google chrome but not on my fire fox.
May you tell me the code adjustment since Im using firefox please?
Michael Grant
1,847 PointsNo problem. Good luck.
Matthew Lehman
5,282 PointsMatthew Lehman
5,282 PointsThanks Michael, I ended up finding the code under the teacher notes. But thank you so much for helping me out.