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 trialLaPorsha Allen
1,288 Pointssince 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
LaPorsha Allen
1,288 Pointsmaybe if i do both <section> <ul> <li> <img src="img/numbers-01.jpg" alt=""> </li> </ul> </section>
Andreas cormack
Python Web Development Techdegree Graduate 33,011 PointsCan you paste your code please but its probably just the path to your image that is wrong.
LaPorsha Allen
1,288 Pointshow to copy with windows my right click won't do it, thats what im looking for now
Peter Ramsing
16,814 Pointsctrl
+ c
should copy it and then ctrl
+ v
will paste it.
LaPorsha Allen
1,288 Points'''<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
LaPorsha Allen
1,288 Pointsnope the script doesnt show
LaPorsha Allen
1,288 Pointsoh i got to wrap my code