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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

17th Feb 2022, 8:00 PM
HAILEAB GETACHEW TEZERA
HAILEAB GETACHEW TEZERA - avatar
5 Answers
+ 4
Great that you found a solution. The actual problem was not easy to identify given your question but you solved it 😏 😉 👌
18th Feb 2022, 8:21 PM
::sк::
::sк:: - avatar
+ 2
Enquote.
17th Feb 2022, 8:03 PM
::sк::
::sк:: - avatar
+ 2
url('Image.jpg')
17th Feb 2022, 8:03 PM
::sк::
::sк:: - avatar
+ 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.
18th Feb 2022, 5:31 PM
HAILEAB GETACHEW TEZERA
HAILEAB GETACHEW TEZERA - avatar
+ 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.
20th Feb 2022, 4:54 PM
T.Coded
T.Coded - avatar