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 Creating HTML Content Organize with Unordered Lists

Brian Rosario
PLUS
Brian Rosario
Courses Plus Student 297 Points

i have included an image tag and its still telling me to insert an image tag, can someone tell me why?

i'm doing a challenge on adding images. i have inserted the image tag but its still telling me i need an image tag ?

Wayne Priestley
Wayne Priestley
19,579 Points

Here is a link to explain how to use Markdown to post your code How to post code

3 Answers

Brian Rosario
PLUS
Brian Rosario
Courses Plus Student 297 Points

<li> <a href="img.numbers=01.jpg"> <img src="img/numbers-01.jpg" </li>

Have i not added an image? its still says insert img tag.

Brian we don't really know unless we get to see your code. Please post it as a response in this thread.

Brian Rosario
Brian Rosario
Courses Plus Student 297 Points

<li> <a href="img.numbers=01.jpg"> <img src="img/numbers-01.jpg" </li>

i'm trying to post the code . its showing up for me when i post it but you guys aren't seeing it? sorry for the trouble this stuff can be stressful.

Hi Brian, I finished this course not so long back and followed along on sublime text, here my code ive dug out for you with reference to the that project:

            <li>
                <a href="img/numbers-01.jpg">
                    <img src="img/numbers-01.jpg" alt="">
                    <p>playing with blending modes in Photoshop</p>    
                </a>
            </li>

As I mentioned before be sure to trace your code bit by bit as at first it is very easy to over look something.

Copy and paste your code if your having trouble with getting it on here we will atleast be able to see the error

Thanks Craig

Please could you post your code for me to take a look at?

Yes best for us to take a peek at the code as its easy to over look a ; , : and that can make all the difference also check that you have followed the full image path i.e. The folder the image is nested in then the the image file name e.g. css/images/myimage.jpg

Hope we can help more if you drop us the code

Craig