-
1. Re: What is this space and how do I get rid of it?
SnakEyez02 Sep 11, 2010 9:20 AM (in response to thersher)Without seeing your code it is hard to tell, but I am going to assume there is a margin or padding on the elements in that center container that is pushing the content down.
-
2. Re: What is this space and how do I get rid of it?
thersher Sep 11, 2010 9:50 AM (in response to SnakEyez02)Here is the CSS for the main content -
.oneColFixCtrHdr #mainContent {
padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background: #eee6d5;
background-image: url(../images/main_bg.jpg);
}No padding or margin on the top or bottom.
The code for the header and footer is as follows -
.oneColFixCtrHdr #header {
background-image: url(../images/header.jpg);
height: 200px;
}.oneColFixCtrHdr #footer {
padding: 0 10px;
background-image: url(../images/footer.jpg);
height: 106px;
} -
3. Re: What is this space and how do I get rid of it?
MurraySummers Sep 11, 2010 10:02 AM (in response to thersher)Now show us the HTML - it's all part of the pie, you know?



