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 trialKevin Farmer
351 Pointswhy wont pics show up on website creation the links show. and i checked all the codes to make sure they match vid?
im in the make a website part of treehouse and im on the adding images to the website. i got the images to upload to workshop but now that were doing the direct link to the pic from workshop i cant seem to get the pics to show up on the actual site ive created. ive made sure to the best of my ability that all codes are typed and indented correctly. i also made sure that show all images was selected in the settings for my browser. im using pc
2 Answers
Julian Aramburu
11,368 PointsHi! First of all , it would be good if you post your code so we can check what's actually going on... Nevertheless some problems may be:
. Some syntax error , like missing closing tags for example or maybe you mistook src with href.
. Path errors: Did you check that the path you wrote is actually the path where the images are being stored?
. File extension: Maybe your images are jpg or gif, png whatever and you are not linkin' them right.
Kevin Farmer
351 Pointsi got it figured out still not quite sure why it was doing that, but i went back a redid almost everything and its working for me now. i appreciate the help bro thank you.
Christopher van Ruitenbeek
13,705 PointsChristopher van Ruitenbeek
13,705 PointsCould you add your code...?
That usually is the only way for people to help you (unless it's a question that is not about coding).