I\'m implementing pagination, and it needs to be centered. The problem is that the links need to be displayed as block, so they need to be floated. But then, text-alig
text-alig
Just adding
left:15%;
into my css menu of
#menu li { float: left; position:relative; left: 15%; list-style:none; }
did the centering trick too