grimmylina
02-27-2008, 09:46 AM
Hello,
Could someone please answer a question for me? I have a site where I'd like the edges of my table to reach to the bottom of the page. I tried doing this to the CSS and it seems to work on some pages but not the others. Like for example:
http://www.hotelshelley.com/reserve.html (works here)
http://www.hotelshelley.com/aboutus.html (not here)
I'd ideally like to accomplish it without having to keep using returns because that creates alot of ugly white space.....and maybe one day I'll use CSS instead of a table but for now it's okay and I don't have the patience.
This is my CSS:
body {
background-image: url(../images/content/bg.jpg);
background-repeat: repeat-x;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFFFFF;
}
Thanks for any help!!!
Allie
Could someone please answer a question for me? I have a site where I'd like the edges of my table to reach to the bottom of the page. I tried doing this to the CSS and it seems to work on some pages but not the others. Like for example:
http://www.hotelshelley.com/reserve.html (works here)
http://www.hotelshelley.com/aboutus.html (not here)
I'd ideally like to accomplish it without having to keep using returns because that creates alot of ugly white space.....and maybe one day I'll use CSS instead of a table but for now it's okay and I don't have the patience.
This is my CSS:
body {
background-image: url(../images/content/bg.jpg);
background-repeat: repeat-x;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFFFFF;
}
Thanks for any help!!!
Allie