Hi, Thump up . This should be builtin in the Vb itself.
I pasted the code in the postbit as below, but still nothing changed when i change my font from the CP.
what you think might be the problem?
Thanks
Code:
<!-- message -->
<div id="post_message_$post[postid]">
<!--Custom Font-->
<if condition="$post['field556'] OR $post['field557'] OR $post['field558'] OR $post['field559'] OR $post['field560'] OR $post['field561']">
<span style="font: $post[field556]px $post[field557]; color: $post[field558]; font-weight: $post[field559]; font-style: $post[field560]; text-decoration: $post[field561];">$post[message]</strong></span>
<else />
$post[message]
</if>
<!--/Custom Font-->
</div>
<!-- / message -->