This is the original I did try this one , every thing worked except the Font Size, So what is wrong here ? my field for font size is 11
Quote:
<!-- message -->
<div id="post_message_$post[postid]">
<!--Custom Font-->
<if condition="$post['fieldXX'] OR $post['fieldXX'] OR $post['fieldXX'] OR $post['fieldXX'] OR $post['fieldXX'] OR $post['fieldXX']">
<span style="font: $post[fieldXX]px $post[fieldXX]; color: $post[fieldXX]; font-weight: $post[fieldXX]; font-style: $post[fieldXX]; text-decoration: $post[fieldXX];">$post[message]</strong></span>
<else />
$post[message]
</if>
<!--/Custom Font-->
</div>
<!-- / message -->
|