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 trialRobert Gordon
2,773 PointsAm I doing something wrong?
Says i need to insert the image and i did.
2 Answers
Luke Glazebrook
13,564 PointsHi Robert. The HTML you will need to insert an image should be as follows. The src attribute may vary depending on the location of the image you want relative to the HTML file.
<img src="img/numbers-01.jpg" alt="">
Ben Holland
Courses Plus Student 4,062 PointsHI Robert
Does your code look something like this:
<html>
<head> </head>
<body> <ul> <li><a<img src="" rel=""></a></li> </ul </body>
</html>
Wayne Priestley
19,579 PointsWayne Priestley
19,579 PointsHere is a link to explain how to use Markdown to post your code How to post code