Rick Lee
02-25-2008, 02:37 PM
I have added custom fields into POSTBIT with long lengths and do not like the nowrap option in the POSTBIT. I would prefer the long fields to wrap. With the nowrap option the fields will left justify over to the avatar profile fields. Once the large field exceeds the ability to left justify it causes the POSTBIT to exceed the screen width.
I would like the custom fields to left justify to the avatar box and wrap.
Here is the screen shot with the custom fields wrapped and right justified:
Here is the code snip it from the POSTBIT template I would like to hack further.
How do I get the a large left justify box like the red outline in the image with the large fields wrapping.
<td width="100%"> </td>
<td valign="top" >
<div class="smallfont">
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']">
<div>EMPLOYER: $post[field2]</div>
<div>POSITION: $post[field1]</div>
<div>CERTIFICATIONS: $post[field5]</div>
<div>PRIMARY RESPONSIBILITIES:$post[field4]</div>
</if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<div>
$vbphrase[posts]: $post[posts]
</div>
$template_hook[postbit_userinfo_left_after_posts]
______________________
Your help would be greatly appreciated.
Rick
I would like the custom fields to left justify to the avatar box and wrap.
Here is the screen shot with the custom fields wrapped and right justified:
Here is the code snip it from the POSTBIT template I would like to hack further.
How do I get the a large left justify box like the red outline in the image with the large fields wrapping.
<td width="100%"> </td>
<td valign="top" >
<div class="smallfont">
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']">
<div>EMPLOYER: $post[field2]</div>
<div>POSITION: $post[field1]</div>
<div>CERTIFICATIONS: $post[field5]</div>
<div>PRIMARY RESPONSIBILITIES:$post[field4]</div>
</if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<div>
$vbphrase[posts]: $post[posts]
</div>
$template_hook[postbit_userinfo_left_after_posts]
______________________
Your help would be greatly appreciated.
Rick