Question about html coding?

Brank

New member
I am learning HTML and want to know how/if you can have a background image and then have a separate image background/box for the text of the website by using only html coding? I don't know what to search for so if you can tell me what its called that would be helpful.
 
Yes, to do that do this

<body background="background image goes here">
<img src="Image goes here"/>
</body>

does that help?
 
Back
Top