How can I make a check here... TO not display if there are no Icons???
Code:
<div class="info">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>???
my info class creates a box around this, and when there is no post icq, msn, yahoo or aim displayed i get just the box I don't want it to be displayed, so how can I make a check to see if all 4 are empty or something?