Dyk BBCode

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

Dyk BBCode

Post by BBCode Bot »

Dyk BBCode

Author: John Zwaan (original BBCode) - Dakin Quelia for phpBB3
Description: The Dyk BBCode allows you to use dykto create a box for the display of facts ("Did you know?"). The information is placed within an image frame, which you can customize for the look of your site by creating your own graphics.
Attached file:
know.zip
Download, unzip and upload the know folder to the images folder.

BBCode:

Code: Select all

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

Code: Select all

<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
		
    <td background="./images/know/dykbox_01.gif" width="22" height="59" alt=""></td>
    <td background="./images/know/dykbox_02.gif" width="263" height="59" alt=""></td>
    <td background="./images/know/dykbox_03.gif" width="100%" height="59"></td>	
    <td background="./images/know/dykbox_04.gif" width="22" height="59" alt=""></td>
</tr>
<tr>	
    <td background="./images/know/dykbox_05.gif"></td>	
    <td background="./images/know/dykbox_06.gif" colspan="2">{TEXT}</td>	
    <td background="./images/know/dykbox_07.gif"></td>
</tr>
<tr>	
    <td height="21"> <img src="./images/know/dykbox_08.gif" width="22" height="21" alt=""></td>	
    <td height="21"> <img src="./images/know/dykbox_09.gif" width="263" height="21" alt=""></td>	
    <td height="21"> <img src="./images/know/dykbox_10.gif" width="100%" height="21" alt=""></td>	
    <td height="21"> <img src="./images/know/dykbox_11.gif" width="22" height="21" alt=""></td>
</tr>
</table>
Helpline:

Code: Select all

Did you Know: [dyk]{TEXT}[/dyk]
Example:

Code: Select all

[dyk]Thanks to Dakin Quelia for converting this bbcode for phpBB3 usage[/dyk]
Demo:
[dyk]Thanks to Dakin Quelia for converting this bbcode for phpBB3 usage[/dyk]
You do not have the required permissions to view the files attached to this post.