I’m currently designing a simple blog theme. But, I have a problem. The ‘post_meta’ section where the post date, author name & category name placed (wrapped in a class which I make it float) does not float well in Internet Explorer like in Firefox and Google Chrome browser does.
The main point here is, I just want to make the ‘post_meta’ section placed right in the center of the page. That’s all.
Hope you guys can help me.
Thank you!
You are using the wrong method:
Don’t float col2 div to the left, instead use
margin:0 auto;, this will center it on the screen: