Snitz
05-18-2005, 01:22 PM
I decide to customize the memberinfo template
so I removed the profilepic code that is being displayed on the same block as the avatar and I created a new block above the "signature" on
but somehow the block's title is being displayed under the pic and the block's background isn't being shown correctly
Demo: http://www.radioonev5.com/forum/member.php?u=3030
here's the code:
<br />
<br />
<if condition="$show['profilepic']">
<!-- profilepic row -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">Profile Picture</td>
</tr>
<tr>
<td class="alt1"><img src="image.php?u=$userinfo[userid]&type=profile&dateline=$userinfo[profilepicdateline]" alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]" /></td>
</tr>
</table>
<!-- / profilepic row -->
<br />
</if>
<if condition="$show['signature']">
<!-- signature row -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">$vbphrase[signature]</td>
</tr>
<tr>
<td class="alt1" title="$vbphrase[signature]">$userinfo[signature]</td>
</tr>
</table>
<!-- / signature row -->
<br />
</if>
please tell me what have I done wrong!!! :ermm:
so I removed the profilepic code that is being displayed on the same block as the avatar and I created a new block above the "signature" on
but somehow the block's title is being displayed under the pic and the block's background isn't being shown correctly
Demo: http://www.radioonev5.com/forum/member.php?u=3030
here's the code:
<br />
<br />
<if condition="$show['profilepic']">
<!-- profilepic row -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">Profile Picture</td>
</tr>
<tr>
<td class="alt1"><img src="image.php?u=$userinfo[userid]&type=profile&dateline=$userinfo[profilepicdateline]" alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]" /></td>
</tr>
</table>
<!-- / profilepic row -->
<br />
</if>
<if condition="$show['signature']">
<!-- signature row -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">$vbphrase[signature]</td>
</tr>
<tr>
<td class="alt1" title="$vbphrase[signature]">$userinfo[signature]</td>
</tr>
</table>
<!-- / signature row -->
<br />
</if>
please tell me what have I done wrong!!! :ermm: