Mr.Quangvd
New member
- Xu
- 0
It will draw a box with a (linked) copyright text.
How To:
Go into you AdminCP and add a new BB Code:
Title: Copyright
BB Code Tag Name: copyright
Replacement:
</div>
Example:
Description: Draws a line above the text
Use {option}: Yes
Button Image: ---
How To:
Go into you AdminCP and add a new BB Code:
Title: Copyright
BB Code Tag Name: copyright
Replacement:
Mã:
<div style="margin:auto">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<div style=" background-color: #000000;color: #FFFFFF; -moz-border-radius: 16px; -webkit-border-radius: 16px; border: 1px solid #000000; padding: 4px; font-size: 1em;" />
<span style="text-align:center;"><strong>Copyright © <a href="{param}" title="{param}">{option}</a> 2009. All Rights Reserved.</strong></span></div>
</td>
</tr>
</table>
</div>
Example:
Description: Draws a line above the text
Use {option}: Yes
Button Image: ---