
02-18-2008, 03:42 AM
|
|
Junior Member
|
|
Join Date: Feb 2008
Posts: 2
|
|
Ok just put this script in the html file or just get it onto the page.
also the picture is going to have to fill the page because the background doesn't stretch the picture but tiles it.
<style type="text/css">
<!--
body {
background-image: url(URL OF PICTURE);
}
-->
</style></head>
<body>
</body>
</html>
|