The background for my site is made using CSS/HTML and I've then put the
content of the site on top of this but it means I have to put the
background code into every page I make.
I've tried to put the background code in its own file and insert it as a
scriptlet using the <object> tag but no matter what I do it appears on top of the
rest of the pages contents. I've tried using the z-index property but it
didn't seem to work.
Does anyone know how to get this to work or another way of inserting html
code as a background?