Taragon
01-07-2008, 11:53 PM
I'm not really sure how to ask this, but would it be possible to add a space (or extra block) between 'About' and 'Signature'?
this is my current memberinfo_block_aboutme template
<div class="alt1 block_row">
<ul class="list_no_decoration">
$block_data[fields]
</ul>
</div>
<div class="thead block_row">$vbphrase[signature]</div>
<div class="alt1 block_row">
<if condition="$prepared['signature']">
<dl class="list_no_decoration profilefield_list"><dd id="signature">$prepared[signature]</dd></dl>
</if>
</div>
without extra space
http://files.taragon.nl/2008/01/1.jpg
with extra space
http://files.taragon.nl/2008/01/2.jpg
this is my current memberinfo_block_aboutme template
<div class="alt1 block_row">
<ul class="list_no_decoration">
$block_data[fields]
</ul>
</div>
<div class="thead block_row">$vbphrase[signature]</div>
<div class="alt1 block_row">
<if condition="$prepared['signature']">
<dl class="list_no_decoration profilefield_list"><dd id="signature">$prepared[signature]</dd></dl>
</if>
</div>
without extra space
http://files.taragon.nl/2008/01/1.jpg
with extra space
http://files.taragon.nl/2008/01/2.jpg