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 Structure the Image Gallery

since i have made my img. it does not show as i refresh. is this a common problem depending on the computer?

Im on the web design track. I am learning how to create an image source. I have it perfectly as shown on the video. only when i refresh i dont get my image i get a bullet.

4 Answers

maybe if i do both <section> <ul> <li> <img src="img/numbers-01.jpg" alt=""> </li> </ul> </section>

Can you paste your code please but its probably just the path to your image that is wrong.

how to copy with windows my right click won't do it, thats what im looking for now

Peter Ramsing
Peter Ramsing
16,814 Points

ctrl + c should copy it and then ctrl + v will paste it.

'''<section> +<ul> 1.<li> [img] (src="img/numbers-01.jpg" alt="") </li> +</ul> </section>'''

this is as close as ive gotten to wrapping my code and using all the help given. BRB

nope the script doesnt show

oh i got to wrap my code