0
how to add a background image ??
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!
+ 1
the above answer is right
<body background="image path/image.jpg"></body>