Media-Ed-Online / intro-web-dev-2018sum-resources

Resource files directory for "Intro to Web Design & Development" course.
https://media-ed-online.github.io/intro-web-dev-resources-summer/
5 stars 1 forks source link

Linking the Apple Pie Image #5

Closed dan11011 closed 6 years ago

dan11011 commented 6 years ago

Hello, for some reason when I open my site online the apple pie image at the top of the recipe is not there. However, I've checked my code quite a few times and it always shows up in both the preview mode and when I click on the html link on my computer. It just doesn't show when I use the https link. The first image shows atom with the photo displaying, the second photo shows the site without the image displaying and the third photo shows the file opened from my computer with the image displaying. Any thoughts?

screen shot 2018-06-04 at 8 49 13 pm screen shot 2018-06-04 at 8 58 28 pm screen shot 2018-06-04 at 9 00 36 pm
DVSnell commented 6 years ago

You've got <img src="/Users/danielostersmith/Documents/GitHub/web-dev-hw/assignment-3/images/apple-pie.jpg"> for your actual Github code which returns so maybe try pushing another update.

dan11011 commented 6 years ago

That was it! Thank you so much!