+ 1
Display Image
Please how can i display image on my page using css. I tried using the postimage procedure, but it was unsuccessful
12 Answers
+ 4
Your tags read Html
+ 1
<img src="path/to/image.png" alt=" " />
+ 1
So what else are you talking about?
+ 1
If you need a background-image for any tag, you could just use the below example đ
.tag{
background-image:src(" path/to/image.png");
}
+ 1
Hadiza
Do you have the direct url of the image?
+ 1
So i tried the method you specified above but there still was no display. I even tried dropbox. How do you post yours please?
0
But this is HTML
0
But this is HTML
0
But this is HTML
0
Sorry i was talking about css (external css) thatâs why my tag read html
0
I uploaded the image on postimage but it doesnât display when i run
0
Thank you very much