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

Jorge Bañales
Jorge Bañales
3,653 Points

display: block

Does it now show up on Firefox? That is, in the about page, the photo goes away when the class is set to display: block.

1 Answer

James Ingmire
James Ingmire
11,901 Points

Hi see if this explains your question, if not then add the code to your question as guessing at this stage.

Click

Hi James,

The fix that is in the Teacher's Notes section of this video was specific to that problem.

It's better to clear the float in the wrapper div. Which also fixes header gap problems that others have been having.

Then there's no need to clear the float in .profile-photo

#wrapper {
clear: both;
}