Jun 8th, 2010, 9:01 PM
Ah yes, the curly braces will confuse the Smarty parser. Try wrapping them in {literal} tags - that should allow them to get added.
All the best -
Ben
Code:
<style media="all" type="text/css">
{literal}
.answer { font-size:80%; font-weight:bold;
font:Arial, Helvetica, sans-serif;
color:#000066;
line-height:100%;
}
.question { font-size:80%;
font:Arial, Helvetica, sans-serif;
color:#000066;
}
{/literal}
</style>
All the best -
Ben