im really only interested in the [quote] portion of this. however, i don't want the text being forced to another color if the person's text color is custom set (such as light blue).
would what i need to do be this:
Code:
<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td>
<smallfont><b>quote:</b></smallfont></td></tr><tr><td style="BORDER: #000000 1px solid; FONT-SIZE: 11px;
FONT-FAMILY: Verdana,Arial; BACKGROUND-COLOR: { codebackground };">{param}</td></tr></table>
basically just removing the COLOR statement from the td style...?