Quote:
Originally Posted by Annapurna
Fine  , please give us a hint, which file has to be changed.
Andreas
|
Yeah! Sure
Edit Template: MEMBERINFO
Find :
Code:
<tr>
<td class="tcat">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></td>
</tr>
Replace with:
Code:
<tr>
<td class="tcat"><div style="float:$stylevar[left]; padding:4px">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></div>
<div style="float:$stylevar[right]; padding:4px">
<strong>(<a href="userpage.php?do=main&userid=$userinfo[userid]">View My Personal Webpage</a>)</strong></div></td>
</tr>
Guess what?? You are Done!!