The following is an example of how I have mine:
vB Code tag: glow
vB Code replacement: <span id="glowtext">{param}</span>
vB Code example: [GLOW]Glow[/GLOW]
vB Code explanation: whatever you want to add
Use {option} ?: no
Go to Styles: [edit style properties] on whatever style you want
Head Insert:
Look for:
Code:
.thtcolor {
COLOR: { tableheadtextcolor};
}
and add after: and before </style>
Code:
#glowtext{
filter:glow(color=FFFF00,strength=3);
width:100%;
}
and there you have it.
Quote:
Originally posted by Apok2002
Thank you Boofo for that very insightful answer. You care to elaborate? What is the vbcode for this.
|