View Single Post
  #4 (permalink)  
Old 04-12-2008, 05:51 AM
bdude bdude is offline
WMG Newcomer
 
Join Date: Apr 2008
Posts: 8
iTrader: (0)
bdude is on a distinguished road
Default

That CSS will just center the text, to center the DIV use:
Code:
div {
margin: 0 auto;
}
Reply With Quote
Sponsored Links
Register and sign in to hide this ad block