Copyright BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP

Copyright BBCode

Post 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

Post by Georgio »

Do you mean?:

Code: Select all

Copyright: [Copyright=URL]Url title [/Copyright]
Last edited by Georgio on 17 Apr 2010, 01:04, edited 2 times in total.

Re: Copyright BBCode

Post by cisco007 »

yes, that is how it should be, code fixed on first post!