tags:

views:

56

answers:

1

hi my friends this is my site www dot jooria dot com i want make Tiled Background in the bottom of the page but i searched but i did not found the image what i want i want tree Tiled Background because as you see my all templete is green

i watch this idea in a site but i cant remmber it please help me in choosing the Tiled Background image

+2  A: 

Not sure I fully understand the question, but if mean you want some image be set as a tiled background image then you can simply do this in css:

body { background-image: url('/path/to/image.jpg'); }

By default your image will repeat, i.e be tiled.

Richard