tìm

Code:

{postrow.displayed.SIGNATURE}


thay bằng:

Code:


<div align="center">
<fieldset class="signature"><legend class="signtop"><b>Chữ Ký</b></legend>
{postrow.displayed.SIGNATURE}</fieldset></div>


Thêm đoạn này trong CSS :

Code:

.signature
{
font-size:12px;
margin-top:20px;
padding:10px;
float:center;
vertical-align:bottom;
border:1px dashed #5ED7FF;
width: auto;
}
.signtop
{
font-size:12px;
padding:3px 10px 3px 10px;
margin-bottom:10px;
border:1px solid #38ABFF;
background-color:#38ABFF;
color: #FFFFFF
}