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 trialNikki Turrisi
15,095 PointsI don't know what I did. After this video, my profile photo isn't visible
I checked back in css, and my html in the about page and I dont know what I did wrong?
2 Answers
Jason Anello
Courses Plus Student 94,610 PointsHi Nikki,
If you're using firefox then you need to clear the floated header.
I would recommend clearing it in your #wrapper
rule.
#wrapper {
clear: both; /* Add this to the existing styles */
}
Let me know if it's something else.
Marie Maxwell
3,489 PointsI find it helpful when something is not working right in the css or HTML I download project files and closely look at the finished project and then compare what I've written. Most of the time I find that it is a typo, a ' when I should have a " or a space where there shouldn't be one.
I hope you find the error.
Nikki Turrisi
15,095 PointsThank you! Where are the project files? I know I downloaded a bunch at first, but I can't seem to locate them
Marie Maxwell
3,489 PointsThe downloads are on the same page as the instruction video. On the same line as "Teacher's Notes" and "Video Transcript" and "Downloads" should follow it. The format of these pages change a lot so search for "Downloads" with your browser's FInd. I may have to download the project files for each different video if I'm encountering problems. I don't think, because I don't always download them or look at them, they are all the same.
Nikki Turrisi
15,095 PointsNikki Turrisi
15,095 PointsThank you!