please bare with me because i have absolutely no knowledge of website coding. anyways, I have a site im building out of css but when i view the site, there are two white borders or margins on the sides. i dont know how to manipulate the code to change this. here are you pieces of code which i think are the areas of trouble:
.mainTable {
background: transparent;
color:#ffffff;
width:946px;
margin-left:auto;
margin-right:auto;
text-align:left;
border: none
}
.mainContent {
background: transparent;
color:#ffffff;
width:946px;
float:center;
overflow:hidden;
margin:10px 0px 20px 0px;
}
.navbarBottom, .navbarTop {
width:946px;
}
.navigation {
background: url(http://www.example.com/soundclip.jpg;
color:#5DA1F6;
width:946px;
height:2273px;
float:left;
z-index:9;
overflow:hidden;
margin:-5px 0px -25px 0px;
}
.navigation , .navigationDivider, .navigation .headline, .navigation .div, .navigation img {
display:none;
}
.navigation .statsNumbers {
color:white;
margin-left:400px;
}
form .mailingList {
margin-left:305px;
position:absolute;
top:830px;
z-index:3;
}
.mlheadline {display:none;}
and:
body {
background-image: url(http://www.example.com/soundclip.jpg;
background-color: #ffffff;
background-position: top center;
background-repeat: no-repeat;
background-attachment:fixed;
}
img {border: none; }
body, div, tr, td, select, textarea, input, option {
font-family:Verdana;
font-size:10px;
}
any help? can someone re-write this for me?
[edited by: alt131 at 5:18 am (utc) on Sep 20, 2011]
[edit reason] Thread Tidy [/edit]