0

how to add a background image ??

19th Aug 2016, 2:11 AM
karl smokie
karl smokie - avatar
2 odpowiedzi
+ 2
in the <body> tag add this: background="url(#)" so it'll look like this <body background="url(#)"></body> but change "#" to the url of the image you want to be the background. Hope this helped!
19th Aug 2016, 2:51 AM
Jakob Bosworth
Jakob Bosworth - avatar
+ 1
the above answer is right <body background="image path/image.jpg"></body>
20th Aug 2016, 1:10 AM
Gajarajan K
Gajarajan K - avatar