Could someone take a look at this code and tell me why some entries are appearing on a single line, and others break into two? I've tried everything to get the responses to a single line-item, with no success. Screenshot attached.
Lines in RED appear in postbit(legacy) as:
Join Date:
January 2001
Lines in GREEN appear as the following (which I prefer):
Join Date: January 2001
Here's the actual code:
<!--TAB 1 CONTENT -->
<div id="tab1$post[postid]" class="tabcontent">
<vb:if condition="$post['joindate']"><div class="info"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></div></vb:if>
<vb:if condition="$post['field2']"><div class="info"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></div></vb:if>
<vb:if condition="$post['age']"><div class="info"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></div></vb:if>
<dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd>
{vb:raw template_hook.postbit_userinfo_right_after_posts}
</dl>
<div class="info">Tab 1 Content:Block B</div>
<div class="info">Tab 1 Content:Block C</div>
</div>
Thanks in advance for any help / guidance.
|