Do it the proper way with css.
Basic:<body style="background-image:url('image.jpg'); background-color: #RRGGBB; background-position: coordinates;">
Basic Stacked:<body style="background:url('image.jpg') coordinates #RRGGBB;">
Best:<style type="text/css">
body {
background-image:url('image.jpg');
background-color: #RRGGBB;
background-position: coordinates;
}
</style>
Best Stacked:<style type="text/css">
body {
background:url('image.jpg') coordinates #RRGGBB;
}
</style>
(actually best way would be in an external css file for your template)
To make change the image onclick, you would need to use some javascript
, have a div as the bottom layer would make it even easier. Especially when using javascript
.
NO MORE UNI FOR 6 WEEKS, well after exams... IM BACK BABY, IM BACK