Page 1 of 1

Parchment BBCode Dark

Posted: 07 Mar 2010, 22:19
by BBCode Bot
Parchment BBCode Dark

Author: djgalix
Description: BBCode Parchment. Demo says it all
Attachment:
parchment.zip
(97.1 KiB) Downloaded 578 times
Unzip the attachment and upload the files to the images folder.

BBCode:

Code: Select all

[Parchment]{TEXT}[/Parchment]
HTML:

Code: Select all

<div style="text-align:center;">
       <table width="400" border="0" cellpadding="0" cellspacing="0" style="text-align: center;">
          <tr>
             <td background="./images/parch1.gif" width="50" height="70"></td>
             <td background="./images/parch2.gif" width="300" height="70"></td>
             <td background="./images/parch3.gif" width="50" height="70"></td>
          </tr>
          <tr>
             <td background="./images/parch4.gif" width="50" height="280"></td>
             <td background="./images/parch5.gif" width="300" height="280">{TEXT}</td>
             <td background="./images/parch6.gif" width="50" height="280"></td>
          </tr>
          <tr>
             <td background="./images/parch7.gif" width="50" height="50"></td>
             <td background="./images/parch8.gif" width="300" height="50"></td>
             <td background="./images/parch9.gif" width="50" height="50"></td>
          </tr>
       </table>
    </div>
Helpline:

Code: Select all

[Parchment]Your Text[/Parchment]
Example:

Code: Select all

[parchment]Some text
[b][color=#BF0000]Coloured and bold text[/color][/b][/parchment]
Demo:
[parchment]Some text
Coloured and bold text[/parchment]