This page shows you how to use CSS to replace the the old <center> tag.
Blow is a centered block done using the old “center” tag. (view HTML Source to see the code)
Blow is a centered block done using CSS.
In summary, use “text-align:center” to center a inline level tag. Use “margin-left:auto; margin-right:auto;” to center a block level tag.
Page created: 2007-03. © 2006 by Xah Lee.