How to change background images? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How to change background images?

14th Mar 2017, 9:56 AM
‏‪vikimano
‏‪vikimano - avatar
6 Respuestas
+ 12
u are welcome (Alice Kuersch and me )😂😂😇
14th Mar 2017, 10:44 AM
Art456
Art456 - avatar
+ 11
<img src="image.jpg" />
14th Mar 2017, 10:32 AM
Art456
Art456 - avatar
+ 3
nope tis <body background="image location from directory(copy full path from details)"> </body>
16th Mar 2017, 5:09 AM
Shirious
Shirious - avatar
+ 2
For CSS I did this body{ background-image:("www.example.com"); }
14th Mar 2017, 10:38 AM
Alice Kuersch
Alice Kuersch - avatar
+ 1
OK thx
14th Mar 2017, 10:43 AM
‏‪vikimano
‏‪vikimano - avatar
+ 1
This is the correct way. Put the image in the same folder as the html document. write a css code for body body{ background-image:url("imagename.jpg"); }
14th Mar 2017, 1:51 PM
Yasiru Nayanajith
Yasiru Nayanajith - avatar