> 1730

January 15, 2008

author
q9design@squatterz.com

keywords
tile-background

location
creativez/tile-background/

For repeatable tile backgrounds.

Find a tile image on the web (or get one from your bitbucket.)  .. In this example the image we're using is located at

http://dl7.glitter-graphics.net/pub/125/125307k4kqqzrqsm.jpg

Then paste this code in a paste box on your page.

<style> 
#wbx-body {
background-image:url('http://dl7.glitter-graphics.net/pub/125/125307k4kqqzrqsm.jpg');
background-repeat: repeat;
}
</style>