Monday, November 16, 2009

how to center footer text?

Posted on 6:58 PM by programlover









heres the page, link



how can i center the text?




Code:
#footer {
height: 83px;
width: 851px;
margin-right: auto;
margin-left: auto;
background-image: url(images/footer_img.png);
background-repeat: no-repeat;
}
ul.footer li {
display: inline;
font-size: 12px;
font-weight: bold;
margin-right: 5px;
}
ul.footer a {
text-decoration: none;
color:#000000;
font-family: "Myriad Pro";
}

#footer h6 {
float:right;
}