Can anyone help me center my ad for DP on www.thecomputershack.net It works quite well in IE6, but as we all know IE is dumb. How can I center this text to make it look good?
Set margin-left and margin-right as auto to center a block-level element. For example: div.centered {margin: 1em auto;} See more on centering elements in this thread: 7061 J.D.