Center what?
Using html you do this;
<div class='quotetop'>QUOTE</div><div class='quotemain'> <center>blah</center>[/b][/quote]
I presume you mean using css though, because you said is it something to do with the skin.
So using css you do this
<div class='quotetop'>QUOTE</div><div class='quotemain'>text-align: center;[/b][/quote]
|