And this is my html:
Code: Select all
<div id="quickreply">
quick reply code here
</div>
This is my Css:
Code: Select all
/* quick reply position
-------------------------------------------------*/
#quickreply {
width: 1300px ;
margin-left: 50% ;
margin-right: 50% ;
}