Parchment BBCode Light

Mod BBCode Database
BBCodes that need some file editing or extra files

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
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]
You do not have the required permissions to view the files attached to this post.

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

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>

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

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>

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!!