Loyalty4Life
04-05-2004, 12:28 PM
This is the code I use for the bbcode_quote template:
<if condition="$show['username']">
<fieldset><legend><phrase 1="$username"><font color=black>$vbphrase[originally_posted_by_x]!</font></phrase></legend><table><tr><td>
<font class=f2>$message</font>
</td></tr>
</table></fieldset><br>
<else />
<smallfont>$message</font>
</if>
Please go here for an example (Post #'s 8, 9, and 10):
http://www.ducknation.net/forum/showthread.php?t=690
I would like to make it to where when someone quotes a poster, the area inside the quote box is the opposite alternating color instead of the same alternating color as the rest of the right hand side of the post. Bascially, I just want the inside of the quote box to have the background color of #F1F1F1. :) Can someone show me the code to make this work?
Your help is extremely appreciated! Thanks. :)
<if condition="$show['username']">
<fieldset><legend><phrase 1="$username"><font color=black>$vbphrase[originally_posted_by_x]!</font></phrase></legend><table><tr><td>
<font class=f2>$message</font>
</td></tr>
</table></fieldset><br>
<else />
<smallfont>$message</font>
</if>
Please go here for an example (Post #'s 8, 9, and 10):
http://www.ducknation.net/forum/showthread.php?t=690
I would like to make it to where when someone quotes a poster, the area inside the quote box is the opposite alternating color instead of the same alternating color as the rest of the right hand side of the post. Bascially, I just want the inside of the quote box to have the background color of #F1F1F1. :) Can someone show me the code to make this work?
Your help is extremely appreciated! Thanks. :)