Hello guys,
i had a little problem with my background when coding a simple template, here is the body code :
but the problem is that the no-repeat doesn't work, and it shows a white border in the side.
Does anyone have a solution ?
Thank you.
i had a little problem with my background when coding a simple template, here is the body code :
Code:
body
{
margin: 0px;
padding: 0px;
background-image:url(bg.png);
background-repeat:no-repeat;
font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
}
Does anyone have a solution ?
Thank you.