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 trialScott Wentworth
767 PointsFire fox issue with CSS instructions
Hi There
When creating the CSS for the About page in this video, it would seem that the CSS code display:block; does not work with Firefox....
Firefox removes the image when this code is used. It works on Chrome but not Firefox?
1 Answer
lgorologhin
Courses Plus Student 2,733 PointsTry to add "clear:both" to the #wrapper in you css. Normaly that should work !
Scott Wentworth
767 PointsScott Wentworth
767 PointsThanks Alex
That worked. :)