I have used below code in the body of my style.css to show image on the page background:
background: url(bg.gif) ;
but the problem is the (bg.gif) picture is repeating again in the page background(from middle of page).
(bg.gif is very tiny picture)
I have also used the
background: url(bg.gif) no-repeat;
but this case the bg.gif is not showing in the page background.
What I want it should not repeat again. Please help me.
Read more »