Quote:
Originally Posted by bdude
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;">
|