Hi guys
I just cannot tile the background image on the main page. The image is placed like domino boxes one on the top of the other. The code below is what I have:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
background-image: url(../images/tile.jpg);
background-repeat: repeat-y;
color: #000000;
background-color: #e5edf5;
}
The image is a two-coloured, linear fill type rectangle box. Do I need some extra code in the CSS file or something else?
Will appreciate any help.



