PDA

View Full Version : Adding new buttons


PET
05-28-2002, 08:29 PM
I have the glow. text & work. I add a button (near bold, itallic, etc...but he put : [glow=red]text[/glow=red]. Also...text but he put [shadow=888888]text[/shadow=888888].

Know how to fix it ?
10x

PET
05-31-2002, 01:12 AM
nobody knows ?

scsa20
05-31-2002, 05:39 AM
what I did was added:


<select id="glowselect"
onchange="fontformat(this.form,this.options[this.selectedIndex].value,'GLOW')" onmouseover="stat('glow')">
<option value="0">GLOW</option>$vbcode_colorbits</select>


to vbcode_buttons....that brings a list of different glow colors, you want to do the same (but more likely a button, if you please) for the shadow command

PET
06-02-2002, 10:11 AM
WoW ! 10x
At the first time i have puted a buton...but with this is better.