Quote:
Originally Posted by Vodkaholic
Code:
<vb:if condition="$post['userid']">
<div class="imlinks">
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
</div>
</vb:if>
If you add it after
Code:
<vb:if condition="$post['userid']">
<div class="imlinks">
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
</div>
They will sit nicely under the IM's
So where wraped in the Well works great on my default test site
|
So do you just add that code
or do you change the code above in the 1st post to format this change?