Quote:
Originally Posted by ForceHSS
PHP Code:
<!-- My Team in postbit Start -->
<vb:if condition="$post['field5']"><dt>{vb:rawphrase my_team}</dt> <div class="bppostbit"></dt><dd>{vb:raw post.field5}</div></vb:if>
<!-- My Team in postbit End -->
last one I tried still messed in IE but in firefox it needs down a bit you can see here
http://www.anygivensaturday.com/show...=1#post2005099
|
This is not correct, the correct one is this:
PHP Code:
<!-- My Team in postbit Start -->
<vb:if condition="$post['field5']"><div class="bppostbit"><dt>{vb:rawphrase my_team}</dt><dd>{vb:raw post.field5}</dd></div></vb:if>
<!-- My Team in postbit End -->