Quote:
Originally Posted by Digital Jedi
The problem is there's no center for the float attribute.
|
Touche! There sure isn't - so I'm not exactly sure how the hell I've gotten my tabs to center... All I did particularly was change the float attribute to "center" --- Perhaps float: center is a "hidden attribute" that for some odd reason my web browsers are parsing:
http://jpicforum.info/lots-humor/why...road-6801.html - you can see that the tabs are centered right? Hmmm... Weird.
Maybe you could try:
Code:
margin-left: auto;
margin-right: auto;
Jacquii.