this is what i had:
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> </div></td>
and this is what i tried, using the yahoo as an example:
Code:
<if condition="$show['yahooicon']"><div>
<fieldset class="fieldset"><legend><b>Contact:</b></legend>
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
</div></td>
</fieldset></div> </if>