Tiled Background
Posted: 01 Jun 2010, 17:38
This will allow your members to have a tiled background in their posts.
You need to create a folder on your server called bgimages and place your tiled backgrounds (gif format) inside, numbered as follows.
01, 02, 03 etc; etc.
You need to create a folder on your server called bgimages and place your tiled backgrounds (gif format) inside, numbered as follows.
01, 02, 03 etc; etc.
Code: Select all
BBcode usage
[bgimage]{COLOR},{NUMBER},{TEXT}[/bgimage]
HTML Replacement
<table>
<tr>
<td style="padding-left:1cm; padding-right:1cm; padding-top:1cm; padding-bottom:1cm; border: 5px ridge {COLOR};" background=bgimages/{NUMBER}.gif>{TEXT}
</td>
</tr>
</table>
Help Line
[bgimage]Border_Color, Image_Number,Your Text[/bgimage]