PDA

View Full Version : Css Help



michelle1908
12-27-2006, 06:55 AM
The url is: www.simplfiyourspace.com (http://www.simplifyourspace.com).

I just started learning css and it's quite frustrating, but I like it.

I can't figure out how to get rid of that space at the bottom below the footer. Here's the css for the section that's problemmatic. Let me know if you need additional code.

html {
height: 100%;
margin: 0px;
}

body {
text-align: center;
background-repeat: repeat;
background-image: url(/graphics/grey_stripes.bmp);
background-color: #f0f0f0;
margin: 0;
height:100%;
}

.container {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding: 0px;
width: 801px;
text-align: left;
position: relative;
background-color: #ffffff;
border-left: 1px solid #aeaea8;
border-right: 1px solid #aeaea8;
border-bottom: 1px solid #aeaea8;

I hope someone can help me...

sonshinescoils
12-27-2006, 12:43 PM
i don't know css, but i did want to let you know that the site looks great.

michelle1908
12-28-2006, 07:18 AM
Thanks :) I've been working hard at trying to work out all of my glitches.