MyBB Community Forums

Full Version: I've got 2 Websites in member_profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I don't know why but I got 2 Websites : in user members,  usually it shows only 1 Website: , but when user fills his website area it creates one another Website : slot which is empty.

This is the part that causes the problem;


<div id="2-content" class="contentblock hidden">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong> {$formattedname} Nickli Kullanıcının İletişim Bilgileri</strong>
<tr>
<td class="trow1"><strong>{$lang->homepage}</strong></td>
<td class="trow1">{$website}</td>
</tr>
{$sendemail}
<tr>
<td class="trow2"><strong>{$lang->pm}</strong></td>
<td class="trow2"><a href="private.php?action=send&amp;uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
</tr>
</td>
</tr>
</table>
</div>


Whats the problem?
Forum link?
remove <td class="trow1"><strong>{$lang->homepage}</strong></td>
[Image: pBW2Rq.jpg]

I still have this weird space between E-posta and thead