I\'ve looked this up and the outlook seems bleak. I\'m not interested in using a table. I have 6 or so \'a element\' inline-blocks that make up a menu. It\'s slick, except all t
My advice is this answer - however someone commented that it wouldn't work in IE6. Here's how to make this work:
centered #container { text-align: center; } #centeredBlock { margin: 0 auto; text-align: left; width: 50%; }