Author: KillerKurt & SteelAttorney
Description: The Copyright BBCode inserts a copyright box in the topics.
Note that round corners doesn't work in Internet Explorer.
BBCode:
Code: Select all
[copyright={URL}]{TEXT}[/copyright]
Code: Select all
<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="{URL}" title="{URL}">{TEXT}</a> 2008. All Rights Reserved.</strong></span></div>
</td>
</tr>
</table>
</div>
Code: Select all
Copyright: [Copyright=website link here]The name of website you want people to go [/Copyright]
Code: Select all
[copyright=http://www.phpbb3bbcodes.com]PhpBB3 BBCodes[/copyright]
[copyright=http://www.phpbb3bbcodes.com]PhpBB3 BBCodes[/copyright]