+ 1
Hi everyone can we use image as background?
like I want to keep Superman's logo as background of form is these possible
3 Answers
+ 2
You probably have to do it inline.
<body style="background-image:url('smthing.com');">
.
.
.
</body>
+ 1
in html bro