Parchment BBCode Light

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 Light

Post by BBCode Bot »

Parchment BBCode Light

Author: Dakin Quelia
Description: With the Parchment BBCode Light you can insert a parchment text
Attached file:
parchmentlight.zip
(108.55 KiB) Downloaded 658 times
Download, unzip and upload the parchment folder to your images folder

BBCode:

Code: Select all

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

Code: Select all

<div style="margin: 0 auto;">
   <table width="430" border="0" cellpadding="0" cellspacing="0" style="text-align: justify;">
      <tr>
         <td background="./images/parchment/parch_01.gif" width="25" height="26"></td>
         <td background="./images/parchment/parch_02.gif" width="370" height="26"></td>
         <td background="./images/parchment/parch_03.gif" width="35" height="26"></td>
      </tr>
      <tr>
         <td background="./images/parchment/parch_04.gif" width="25" height="136"></td>
         <td background="./images/parchment/parch_05.gif" width="370" height="136">{TEXT}</td>
         <td background="./images/parchment/parch_06.gif" width="35" height="136"></td>
      </tr>
      <tr>
         <td background="./images/parchment/parch_07.gif" width="25" height="106"></td>
         <td background="./images/parchment/parch_08.gif" width="370" height="106"></td>
         <td background="./images/parchment/parch_09.gif" width="35" height="106"></td>
      </tr>
   </table>
</div>
Helpline:

Code: Select all

Parchment: [parchment_light]Text[/parchment_light]
Example:

Code: Select all

[parchment_light]Thanks to Dakin Quelia for this BBCode[/parchment_light]
Demo:
[parchment_light]Thanks to Dakin Quelia for this BBCode[/parchment_light]
Gulf Knight
BBCoder II
BBCoder II
Posts: 10
Joined: 25 Jun 2010, 00:53

Re: Parchment BBCode Light

Post by Gulf Knight »

Hello can someone help me to fix this error with my Arabic form it's alined to the right. what do I need to change!!!

see the pic

Image
KukY13
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 16:23
Contact:

Re: Parchment BBCode Light

Post by KukY13 »

I'm not sure, but try using this HTML replacement:

Code: Select all

<div style="margin: 0 auto;">
   <table width="430" border="0" cellpadding="0" cellspacing="0" style="text-align: justify;">
      <tr>
         <td background="./images/parchment/parch_03.gif" width="25" height="26"></td>
         <td background="./images/parchment/parch_02.gif" width="370" height="26"></td>
         <td background="./images/parchment/parch_01.gif" width="35" height="26"></td>
      </tr>
      <tr>
         <td background="./images/parchment/parch_06.gif" width="25" height="136"></td>
         <td background="./images/parchment/parch_05.gif" width="370" height="136">{TEXT}</td>
         <td background="./images/parchment/parch_04.gif" width="35" height="136"></td>
      </tr>
      <tr>
         <td background="./images/parchment/parch_09.gif" width="25" height="106"></td>
         <td background="./images/parchment/parch_08.gif" width="370" height="106"></td>
         <td background="./images/parchment/parch_07.gif" width="35" height="106"></td>
      </tr>
   </table>
</div>
Image
Gulf Knight
BBCoder II
BBCoder II
Posts: 10
Joined: 25 Jun 2010, 00:53

Re: Parchment BBCode Light

Post by Gulf Knight »

Thank for your help :) it's getting there see the link just need to fix the last corner. ;) I have tried to fix it but it didn't work for me. :x

http://www.af.gkab.net/viewtopic.php?f= ... p=678#p678
KukY13
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 16:23
Contact:

Re: Parchment BBCode Light

Post by KukY13 »

I believe that is because of the alignment.
Try using this one:

Code: Select all

<div style="margin: 0 auto;">
   <table width="430" border="0" cellpadding="0" cellspacing="0" style="text-align: justify;">
      <tr>
         <td background="./images/parchment/parch_03.gif" width="25" height="26"></td>
         <td background="./images/parchment/parch_02.gif" width="370" height="26"></td>
         <td background="./images/parchment/parch_01.gif" width="35" height="26"></td>
      </tr>
      <tr>
         <td background="./images/parchment/parch_06.gif" width="25" height="136"></td>
         <td background="./images/parchment/parch_05.gif" width="370" height="136">{TEXT}</td>
         <td background="./images/parchment/parch_04.gif" width="35" height="136"></td>
      </tr>
      <tr>
         <td background="./images/parchment/parch_09.gif" width="25" height="106"></td>
         <td background="./images/parchment/parch_08.gif" width="370" height="106"></td>
         <td background="./images/parchment/parch_07.gif" width="35" height="106"></td>
      </tr>
      <tr>
         <td width="30"></td>
         <td width="30"></td>
         <td width="30"></td>
      </tr>
   </table>
</div>
Image
Gulf Knight
BBCoder II
BBCoder II
Posts: 10
Joined: 25 Jun 2010, 00:53

Re: Parchment BBCode Light

Post by Gulf Knight »

Really thank you for your help but no changes it's the same :(

see the url http://www.af.gkab.net/viewtopic.php?f= ... p=678#p678

Thanks,
GK

PS. the new BBcode seems to be the same no changes!!
Locked