Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Mod BBCode Database
BBCodes that need some file editing or extra files
There is no support here! Only Read Access!
BBCode Bot
BBCoder IV
Posts: 239 Joined: 04 Mar 2010, 15:04
Location: bbcode table
Post
by BBCode Bot » 07 Mar 2010, 22:17
Parchment BBCode Light
Author :
Dakin Quelia
Description : With the Parchment BBCode Light you can insert a parchment text
Attached file :
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
Posts: 10 Joined: 25 Jun 2010, 00:53
Post
by Gulf Knight » 02 Jul 2010, 12:33
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
KukY13
BBCoder III
Posts: 96 Joined: 26 Jun 2010, 16:23
Contact:
Post
by KukY13 » 03 Jul 2010, 10:54
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>
KukY13
BBCoder III
Posts: 96 Joined: 26 Jun 2010, 16:23
Contact:
Post
by KukY13 » 04 Jul 2010, 11:49
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>