PDA

View Full Version : How Do you add a fieldset around postbit_leagacy posts..


McLovin715
03-09-2008, 09:40 PM
I am wondering how do you add a fieldset around the postbit_legacy post info..

Ohiosweetheart
03-10-2008, 05:16 AM
Find -
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>

above that, add -
<fieldset class="smallfont"><legend>Info</legend>

I include my IM icons in it as well, so you need to find -
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>

and after that, add -
</fieldset>

See my screenshot, attached

raja811
12-06-2008, 08:53 PM
thanks