+ 4
I want my form to have background image ....i know the code to do that but is not working here on this app ....please help
7 Answers
+ 2
On sololearn you can't put image in folder, and inport to code in that way, exept this use real url from that image, if you have your own uppload it to example dropbox, google drive....
+ 7
The file extension is missing.
+ 4
In css
Body{
Background-image: url("bgimageurl.jpg")
}
+ 3
This is how i set my background-image
https://code.sololearn.com/WjrDT17XcItW/?ref=app
+ 1
https://www.sololearn.com/discuss/1616989/?ref=app
+ 1
Thanks
0
Can i see ur code