I've spent hours trying to get this to work. I got everything working except the font type. It just won't work for me and chooses the default font. What could be wrong?
Here's my code.
Code:
<!-- message -->
<div id="post_message_$post[postid]">
<!--Custom Font-->
<if condition="$post['field6'] OR $post['field7'] OR $post['field8'] OR $post['field9']">
<span style="font: 15px font: $post[field6]; color: $post[field7]; font-weight: $post[field8]; font-style: $post[field9]; text-decoration: $post[field8];">$post[message]</strong></span>
<else />
$post[message]
</if>
<!--/Custom Font-->
</div>
<!-- / message -->