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 Add Image Gallery Content

need help need someone contact me having trouble.

that is not the issue. having trouble with images

Shaun Dixon
Shaun Dixon
10,944 Points

What seems to be the problem with images? if you can provide some further information I am sure someone can help you :)

3 Answers

there was folder that Nick Pettit said to download that image for portfolio. I talked to support this morning and told me how to download folder and I think I download it correctly but when I run the program only the links show up in my portfolio

Gary Logue
Gary Logue
13,831 Points

Hi Douglas

Just to confirm is the issue that the images you downloaded are not showing up when you link them in your HTML file?

Are you using workspaces or another program?

Can you please copy your code across for us to look at?

Here you Gary <li> <a href="img/numbers-01.jpg"> <img src="img/numbers-01.jpg"alt""> <p>Experimentation with color and texture.</p> </a> </li> <a href="img/numbers-02.jpg"> <img src="img/numbers-02.jpg"alt""> <p>Experimentation with color and texture.</p> </a> </li> <a href="img/numbers-06.jpg"> <img src="img/numbers-06.jpg"alt""> <p>Playing with blending modes in Photoshop.</p> </a> </li> <a href="img/numbers-09.jpg"> <img src="img/numbers-09.jpg"alt""> <p>Trying to create an 80's style of glows.</p> </a> </li>

Chris Grazioli
Chris Grazioli
31,225 Points

Hey Doug. you can also use the markup syntax on treehouse forums. it'll format your code to make it more readable for people answering your questions.

try using three backticks/tilde followed by the language you're using, followed by your code and another three backticks

so "` html`

<a href="#" alt="your code here">Your Code Here</a>