3.3.x SnippetsCopyright BBCode

Snippets
Previous topicNext topic
User avatar

Topic Author
max-ima
Users
Users
Magic user status: Offline
Posts: 139
Joined: Mar 25th, '22, 06:11
    Windows 10 Firefox

Copyright BBCode

Post by max-ima »

Type of bbcode

Code: Select all

[copyright={URL}]{TEXT}[/copyright]
Transform to 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> 2022. All Rights Reserved.</strong></span></div>
    </td>
    </tr>
    </table>
    </div>
Online help

Code: Select all

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

Code: Select all

[copyright=https://www.phpbb.com]PhpBB[/copyright]
Previous topicNext topic