how to center floating elements?
how to center floating elements?
Out of context: Reply #8
- Started
- Last post
- 10 Responses
- trooper0
ul{text-align:center}
li{display:inline}then inside in the <a or whatever use
display:block;width:100px;height...
mark