Page 1 of 1

Copyright BBCode

Posted: 06 Mar 2010, 13:19
by BBCode Bot
Copyright BBCode

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]
HTML:

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 &copy; <a href="{URL}" title="{URL}">{TEXT}</a> 2008. All Rights Reserved.</strong></span></div>
</td>
</tr>
</table>
</div>
Helpline:

Code: Select all

Copyright: [Copyright=website link here]The name of website you want people to go [/Copyright]
Example:

Code: Select all

[copyright=http://www.phpbb3bbcodes.com]PhpBB3 BBCodes[/copyright]
Demo:
[copyright=http://www.phpbb3bbcodes.com]PhpBB3 BBCodes[/copyright]

Re: Copyright BBCode

Posted: 17 Apr 2010, 03:02
by Georgio
Do you mean?:

Code: Select all

Copyright: [Copyright=URL]Url title [/Copyright]

Re: Copyright BBCode

Posted: 17 Apr 2010, 04:02
by cisco007
yes, that is how it should be, code fixed on first post!