Random Project will not work/ Picture will not load

Here is the link to my project. Why won’t the picture load? It loaded earlier, what has changed? I would appreciate any help. Thank you!

I would like some feedback too! (This is my first try, before I make a web page for my certification project!)

Hello there.

The image is not showing up because of CORB being blocked by CodePen. You can see it in the browser console:

Cross-Origin Read Blocking (CORB) blocked cross-origin response https://www.startpage.com/ with MIME type text/html. See Chrome Platform Status for more details.

Hope this helps

Thank you for replying. Does this mean that I cannot put that picture there? What about other pictures? And why did it work yesterday and this morning?

Well, you might be able to use it, but it appears the link is not valid anymore. You cannot visit it, by clicking on it anyway.

My guess, Startpage uses links that expire. Your best bet is to download the image, and host it somewhere else.

Hope this helps

1 Like

Thank you very much!

Hi @codeofdreams, since you asked for some feedback;

  • Don’t use <br> to force spacing or line breaks. Use CSS for that
  • There are tools you can use to help you see if your page has good contrast. I’m sure you see that the red text on the blue background is hard on the eyes. Google for others but here’s one such link you can use;
    https://webaim.org/resources/contrastchecker/

Why we don’t use <br> to force line breaks or spacing

1 Like

Thank you! :+1: :grinning: