1. ACP> Display> Templates> Posts & tin nhắn> Posting_body
- tìm
thay bằng:
- tìm tiếp đoạn:
thay bằng đoạn:
- bấm dấu cộng màu xanh.
2. ACP> Display> Colors & Pictures> Colors> CSS
- copy và dán cái codes dưới đây vô CSS
- tìm
- Code:
<td class="row1" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td><span class="gen"><b>{L_MESSAGE_BODY}</b></span></td>
</tr>
<tr>
<td align="center" valign="middle">
<table width="100" border="0" cellspacing="0" cellpadding="5">
<tr align="center">
<td class="gensmall" colspan="{S_SMILIES_COLSPAN}">
{L_SMILIES_PREVIEW}
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="row2" valign="top">
thay bằng:
- Code:
<td class="row2" valign="top" colspan="2">
- tìm tiếp đoạn:
- Code:
<!-- BEGIN edit_reason -->
thay bằng đoạn:
- Code:
<tr><td class="row1" valign="top" colspan="2" id="c3smiley">
{L_SMILIES_PREVIEW}
</td></tr>
<!-- BEGIN edit_reason -->
- bấm dấu cộng màu xanh.
2. ACP> Display> Colors & Pictures> Colors> CSS
- copy và dán cái codes dưới đây vô CSS
- Code:
iframe[name=smilies]{width:100%!important}
lưu ý: dùng Chrome sẽ không hiện nút A/a vì Chrome không hỗ trợ wysiwyg |