My tribute page

My tribute project image isn’t loading please what site can I host images for free although I downloaded google photos app and then it showed me I had to link my debit card before being able to host it and I don’t want to go through that route I just need a place like a website for hosting images so I can host it for free thank you

You should just find a picture of Bob Marley on the web, then right click it and choose “copy image url” and use that for your project. No need to host a brand new image.

I have copied the url severally the picture doesn’t display and I want it to display what do you suggest I do

I still think you should find a new image. Try this one: https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCAlTDckOOQ2jREOvuCShGbw&psig=AOvVaw1Itq68pCekPB_S0XagwjBZ&ust=1687625048882000&source=images&cd=vfe&ved=0CBAQjRxqFwoTCIjkpK7r2f8CFQAAAAAdAAAAABAE

It’s a link to Bob marley music videos not an image I need pictures that can display

  1. The syntax you used to insert the image is wrong. It doesn’t go in the “id” attribute.
  2. Just find your own image. I don’t feel like searching the web for you.

You need to use the src attribute.

Here is your image

https://www.thewailers.com/wp-content/uploads/2020/11/the-wailers-bob-marley-at-crystal-palace-1980.jpg

I changed the id attribute to sec the image is still not displaying

I don’t see that change in the Codepen?

    <img
      id="https://images.app.goo.gl/ocFEZxWHYwgyaug38
"
      alt="Bob marley performing with his band members"
    />

Also, the attribute is src short for source.

Wow thanks so much it worked You are the best :+1:

No problem. Happy coding.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.