2010-12-10, 05:02 AM
theres nothing in my css saying repeat how do i get my background not to keep repeating
heres my css
and when i add no-repeat it doesn't show at all,
heres my css
body {
background: #000000;
width: 100%;
color: #000;
background-image: url(images/redeclipse/background.png);
text-align: center
line-height: 1.4;
height: 100%;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-left: 0px;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
}
and when i add no-repeat it doesn't show at all,