Hacker News new | ask | show | jobs
by jameswyse 4997 days ago
It's deprecated in HTML5, you should be using CSS to center elements. You can do this pretty easily:

    width: 500px;
    margin:0px auto;
1 comments

Or text-align:center