Quote:
Originally Posted by Replicators
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">
|
Thanks for trying, however, that did not work
Any other thoughts?