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

CSS

Chris Beyer
Chris Beyer
969 Points

CSS I am getting am error that there is a paragraph seen but it is not below the image. We we told to put it below imag

<section> <a> <img src="img/gratt.png" alt="profile picture" class="profile-photo"></a> <p>I am a student at treehouse. I am learning CSS Code and will be learning Ruby on Rails</p> </section>

Mircea Ungureanu
Mircea Ungureanu
7,483 Points

Hey, can you please be more specific with your question? e.g. what course are you on/what question?

Need more information, should the paragraph be under the image, or did it say put the code for the paragraph below the code for the image? Can you provide a screenshot of the challenge?

Steven Parker
Steven Parker
231,110 Points

Links please, not screenshots!

1 Answer

Steven Parker
Steven Parker
231,110 Points

Without seeing the actual challenge, this is mostly a guess, but...

Anchor (a) elements are almost never used without properties.

Is it possible that the anchor is not part of the requirement, and might be confusing the checking?

Chris Beyer
Chris Beyer
969 Points

Steve thanks! That did it!

Chris