Hello all,
I’m trying to add an image to my website, however it’s not showing it all. I tried using different methods i found on the internet but nothing works. I tried different images still nothing. It only works when i get a link of an image directly from the internet.
Does anyone know how to solve this?
I will chime in here, this is how I learned how to do images. First I do not evevr add my styles tags directly in my html.
I always have a seperate stylle.css sheet , and all my css goes into that style sheet. to add the image you use.
<img src="" alt="">
Be sue your path is corect to your image folder, this will add the image, then in your style.CSS add your CSS, you can add a clas slike logo, then style your CSS
.logo {
width:75px;
}
I hope this helps some!
is this an Angular project?
Yes, it is an angular project