I said 'dumb' because I feel like I should know this with all the experience I've had with HTML5... i'm probably just missing something really stupid... but here's the code, I've having trouble centering the <ul>:
<div id="container"><div id="nav">ul stuff here </div></div>
02-20-2013, 08:54 PM
rtrethewey
The code in your first message doesn't match the code in your second message, so it's hard to know which version you want fixed. It's also difficult to understand what you want centered: is it the<ul> list as a block, or do you just want to center the text contained in the individual <li> elements?