Quotes within wuotes should have different background colors
so you can easily distinguish them
Then add it to your CSS.
.quote {background: red;}
.quote .quote {background: blue;}
.quote .quote .quote {background: green;}
.quote .quote .quote .quote {background: orange;}
thanks
this should be part of the default SMF distribution