View Single Post
  #5 (permalink)  
Old 04-15-2008, 01:34 AM
Jacob's Avatar
Jacob Jacob is offline
WMG Deputy Sheriff
 
Join Date: Apr 2008
Posts: 161
iTrader: (0)
Jacob is on a distinguished road
Default

Quote:
Originally Posted by bdude View Post
That CSS will just center the text, to center the DIV use:
Code:
div {
margin: 0 auto;
}
Well then thats where he fucked up too ><

Quote:
<div style="background-color:#EFEDE9; border-top:2px solid #D1D1E1; border-right:2px solid #D1D1E1; border-left:2px solid #D1D1E1; text-align:center;margin:0 auto;">
Reply With Quote
Sponsored Links
Register and sign in to hide this ad block