Quote:
Originally Posted by xtremeoff-road
Could someone be so kind as to help me out. Please see the attached image, why do I have those spaces there...does anyone else? I did the MEMBERINFO template edit just as it was indicated. Thanks in advance!!
|
I am not 100% sure this will help you but try this....
Find in MEMBERINFO:
Code:
<if condition="$show['ribbons']">
<div class="fieldset">
<table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
Replace with:
Code:
<if condition="$show['ribbons']">
<div class="fieldset">
<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">