MyBB Community Forums

Full Version: misc_imcenter_yahoo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder">
<tr>
<td class="thead" align="center"><strong>{$user['username']} - {$lang->yahoo_center}</strong></td>
</tr>
<tr>
<td class="tcat" align="center"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
</tr>
<tr>
<td class="trow1" align="center" colspan="2"><strong>{$user['yahoo']}</strong></td>
</tr>
</table>
</div>
</div>

There's no need to have colspan="2" here.