vinoman2
10-29-2008, 04:07 PM
How do I center the links at the top of my site:
http://www.linuxpcs.net/
in the style menu a:
#menu a {
float: left;
width: 79px;
height: 32px;
display: block;
text-align: center;
text-decoration: none;
color: #ffffff;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
it shows text-align: center, but it's not centered. How do I correct this?
http://www.linuxpcs.net/
in the style menu a:
#menu a {
float: left;
width: 79px;
height: 32px;
display: block;
text-align: center;
text-decoration: none;
color: #ffffff;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
it shows text-align: center, but it's not centered. How do I correct this?