Free Backgrounds for Your Web Site
Use our free backgrounds to create a web site. No licenses and no link backs are required to use them.
To copy right click on the image and choose Save Picture As. Use css code in your head section to add them to a document.
<style type="text/css">
body{background-image : URL(images/imagename.jpg) } (Cover Page)
or
body{background-image : URL(images/imagename.jpg); background-repeat : repeat-x } (Horizontal)
or
body{background-image : URL(images/imagename.jpg); background-repeat : repeat-y } (Vertical)
</style>
See Examples of Use
Create Your Own Backgrounds
|