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 CSS: Cascading Style Sheets Center the Wrapper

Why are the pictures not showing up?

All that is showing up is the text witch is the link. i don't know why its doing that?

2 Answers

Laura Zvirbule
Laura Zvirbule
3,043 Points

sometimes you can't see the changes, because the browser likes to hold on history, it is best to view in private mode and refresh the page there. To open private browser: cmd+shift+N

Do you have an example of the code you could post? Is your image in html like this:

<a href="LINK TO YOUR WEBSITE HERE - MAKE SURE TO INCLUDE HTTP://WWW">
<img src="LINK TO YOUR IMAGE HERE - MAKE SURE TO INCLUDE HTTP://WWW" alt="YOUR IMAGE NAME"/>
</a>

I have just started coding myself, so I hope this is helpful to you!

so instead of the pictures showing up, the P> is the link to the picture (s).

<a href="img/numbers-02.jpg"> <img scr="img/numbers-02.jpg" alt=""> <p><p/> <a/>

how do I post my code?