0
how to insert an image in mobile any text editor using css in the url tag. example url(image.jpg); but ‼️this example work on pc
Pleas reply the answer.
5 ответов
+ 4
Great that you found a solution. The actual problem was not easy to identify given your question but you solved it 😏 😉 👌
+ 2
Enquote.
+ 2
url('Image.jpg')
+ 1
But this tag is not working in mobile example you can not add and display image using image name for example image name is (sea.jpg) so this tag is not working in mobile but it work on pc. So adding and displaying any image work on dropbox then create link. So we can't add url(image.png) this tag in css using mobile.
+ 1
::sк:: yeah, the element he used is lacking the ("").
So, Hayleab Getachew you should use url("image.png/jpg").
Also check if the image is in png or jpeg format.