Parchment BBCode Dark

Mod BBCode Database
BBCodes that need some file editing or extra files
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

Parchment BBCode Dark

Post 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]
Locked