Coloured background

User submitted BBCodes
Let us see what You have
There is no support here! Only Read Access!
Forum rules
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.
Remember that it is not allowed to use {TEXT} inside the html tags!!!
It causes a serious security risk to your board and users.
Like this: <div style="{TEXT}">{TEXT}</div>
Green = OK - Red = forbidden
Locked
User avatar
anybloodyid
BBCoder II
BBCoder II
Posts: 9
Joined: 29 May 2010, 14:06

Coloured background

Post by anybloodyid »

This will let your members add a coloured border and background to their posts.

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
[bgcolor]Border_Color, Page_Color,Your Text[/bgcolor]
Screenshots
Screenshots
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Coloured background

Post by cisco007 »

got a demo to see what it looks like live!?
User avatar
anybloodyid
BBCoder II
BBCoder II
Posts: 9
Joined: 29 May 2010, 14:06

Re: Coloured background

Post by anybloodyid »

You can take a look by logging in at http://www.poem-n-verse.co.uk
User Name Tester
Password Test321 (Case Sensitive)
Just click the forum Poets Cafe and start New Topic click preview to see what it looks like.
If you click Submit don't worry I'll delete it later.
Locked