Copyright BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

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]
User avatar
Georgio
BBCoder II
BBCoder II
Posts: 53
Joined: 06 Mar 2010, 19:10
Location: Cabanes, Spain
Contact:

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, 03:04, edited 2 times in total.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Copyright BBCode

Post by cisco007 »

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