Aligning footer
-
Hi
This is my first post so be gentle with me ;O)I can’t get my footer to center at the bottom of the page. I’ve googled for help and whatever I try, it doesn’t make a difference.
This is my blog – https://www.neverhungryalwayshungry.co.uk
The style.css part for the footer is –
#footer
{
clear: both;
float: center;
width: 75%;
text-align: center;
padding-left: 20px;
background: #CC66C4;
font-size: 11px;
border-left: 4px solid #CC3366;
border-right: 4px solid #CC3366;
}#footer a {
color: #FFFFFF;
font-size: 11px;
}#footer a: visited {
color: #CC3366;
}
#footer a:hover {
color: #CC3366;
border-bottom: 1px solid #9933cc;
}I’d really appreciate any help you can give me :O)
Thanks!
- The topic ‘Aligning footer’ is closed to new replies.