I just switched the site from my work files to the server.
It worked great when I uploaded it to my portfolio, but as soon as it ended up in the correct domain, it stopped working. The image, instead of displaying, is simply displayed blank, so I tried to go to it with a direct URL.
Instead, it loads the image instead of displaying it.
Here is the direct url: Direct URL
My tag: <img src="images/login_header.svg" alt="Alright, lets start finding discounts!" /> <img src="images/login_header.svg" alt="Alright, lets start finding discounts!" />
My structure:
// root (BBCM) //// images ////// login_header.svg //// css //// js // end root
I tried:
/images/url.svg
direct url for image
Bbcm / images / url.svg
It works great when it is on portfolio , but not on the correct domain .
Any ideas? When the image loads, it also displays the correct image, so I'm a little lost here.
source share