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 trialJose Juan Rosas Velazquez
906 PointsPlease help me figure out what is wrong with this...
<section>
<ul>
<li>
<a href="img/numbers-01.jpg">
<img src="img/numbers-01.jpg" alt="">
</a>
</li>
<li>
<a href="img/numbers-02.jpg">
<img src="img/numbers-02jpg" alt="">
</a>
</li>
<li>
<a href="img/numbers-06.jpg">
<img src="img/numbers-06.jpg" alt="">
</a>
</li>
</ul>
</section>
Geoff Parsons
11,679 PointsI think you need to add the Markdown code escaping around your markup Jose. Add 3 backticks (```) before and after your code on their own line and it will show up on the forums.
1 Answer
Caroline Hagan
12,612 Pointsupdated post to show code
I can't see any issue with this Jose Juan Rosas Velazquez can you perhaps copy your code to a [Codepen](codepen.io) so we can see an overall view of what's going on.
Stef Serafin
967 PointsStef Serafin
967 PointsWith what?