orzubalsky / creative-computing-2018

0 stars 1 forks source link

Issues Adding Images #62

Open rachael-tomaszewski opened 6 years ago

rachael-tomaszewski commented 6 years ago

I'm having trouble adding images to my page. I saved them all as jpegs and when I coded them into the HTML, they only showed up like this:

screen shot 2018-10-01 at 4 13 38 pm

Does anyone know what could be causing this? Thanks!

albertparson commented 6 years ago

when you linked the image did you try typing it like this on ccs "background-image: url('../images/paper.png');"

Mwedd9 commented 6 years ago

I think this means you have to optimize the image maybe? Did you try that?

ellenyxr commented 6 years ago

Did you put the images into the your repository folder?

rachael-tomaszewski commented 6 years ago

@ellenyxr actually I don't think I did! that's probably it! thank you so much