PhantomX
10-11-2005, 09:22 PM
I just implemented styles on my forum (VB 2.3.2), and while pretty much everything can be customized, there's one thing in particular that I'm having trouble with.
I use some fancypants pretty code for a quote reply, but if someone views the forum via the new style, it does not match. I tried replacing the the color codes with replacement variables (like {tablebordercolor} for example), but it doesn't work. The only working replacement is {secondaltcolor}.
<table style="background-color:{secondaltcolor}; color:#ffdbd9; border:1px solid #520905" border="0" cellspacing="0" cellpadding="5"> <tr> <td valign="top" bgcolor="#520905"> <div style="font-size:50px; font-weight:bold; font-family:Times New Roman, Times, serif; position:relative; top:-10px">?</div> </td> <td rowspan="2"><smallfont>This is a quote in the seasons style.</smallfont></td> <td rowspan="2" valign="bottom" bgcolor="#520905"> <div style="font-size:50px; font-weight:bold; font-family:Times New Roman, Times, serif; position:relative; top:25px">?</div> </td> </tr> <tr> <td height="25" valign="top" bgcolor="#520905"></td> </tr> </table>
Is there a limit to how many replacements you can use in a custom VB code? If not, is there a way to fix my problem? Thanks!
I use some fancypants pretty code for a quote reply, but if someone views the forum via the new style, it does not match. I tried replacing the the color codes with replacement variables (like {tablebordercolor} for example), but it doesn't work. The only working replacement is {secondaltcolor}.
<table style="background-color:{secondaltcolor}; color:#ffdbd9; border:1px solid #520905" border="0" cellspacing="0" cellpadding="5"> <tr> <td valign="top" bgcolor="#520905"> <div style="font-size:50px; font-weight:bold; font-family:Times New Roman, Times, serif; position:relative; top:-10px">?</div> </td> <td rowspan="2"><smallfont>This is a quote in the seasons style.</smallfont></td> <td rowspan="2" valign="bottom" bgcolor="#520905"> <div style="font-size:50px; font-weight:bold; font-family:Times New Roman, Times, serif; position:relative; top:25px">?</div> </td> </tr> <tr> <td height="25" valign="top" bgcolor="#520905"></td> </tr> </table>
Is there a limit to how many replacements you can use in a custom VB code? If not, is there a way to fix my problem? Thanks!