Quote Originally Posted by dealman876 View Post
Thanks but that didn't help, i dont think it is the template!
Try changing the following in your stylesheet.css as indicated:

.footer-links li {
font: normal 11px verdana;
float: center;
margin: 3 2px 0 14px;
}

TO

.footer-links li {
display:inline;
font: normal 11px verdana;
text-align:center;
margin: 3 2px 0 14px;
}