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 Build the Contact Page

Wilf Engel
Wilf Engel
2,820 Points

display: block causes photo to disappear

After following along with the code I noticed that the photo has disappeared. Other diplay options bring it back but block doesn't work...

EDIT inline-block works nicely... turned out to just be a browser issue. Thanks

3 Answers

Kazimierz Matan
Kazimierz Matan
13,257 Points

We can't help without seeing your actual HTML and CSS code.

Paste here your code and we can help to you better.

Do you have trying with "display: inline-block;"?

Wilf Engel
Wilf Engel
2,820 Points

inline-block works nicely... turned out to just be a browser issue. Thanks