PDA

View Full Version : bbcode request


SuperFly
07-11-2005, 09:16 PM
i was wondering if someone could combine 2 bbcodes. the bgcolour and font bbcodes. To make something like [bgcolour2=color:color:black] where bgcolour = background color and color: font/text color.

Princeton
07-11-2005, 10:25 PM
TITLE: info
TAG: info
REPLACEMENT:
<div class="info">{param}</div>
EXAMPLE:
this is my text
USE OPTION: NO

add to your cpanel .css file and Style css
.info{
font-size: 11px;
color: #000000;
border: 1px solid #CCCCCC;
margin: 4px 0;
padding: 5px;
background: #FFFFEF;
}

If you want to enable multiple {options} for members ... I believe there is a hack for this (you will need to do a search)

SuperFly
07-11-2005, 11:50 PM
uhh, im not so sure were on the sme path :D

<p><span style="background-color: {param}">{param}</span></p>

is bgcolor html replacement

and i wanted it to like have 2 params so when you type in posts or sigs

Black BG With Red Text

Princeton
07-12-2005, 12:57 AM
TITLE: redbox
TAG: redbox
REPLACEMENT:
<div style="{option}">{param}</div>
EXAMPLE:
this is a test
USE OPTION: YES

SuperFly
07-12-2005, 02:30 PM
thank you