• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Problem

waldocat

Member
Can someone please tell me what is wrong with this?

<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
<td width="49%">&amp;nsbp;</td><td width="51%">&amp;nsbp;</td></tr>
<tr>
<td>&amp;nsbp;
</td>
<td>&amp;nsbp;
</td></tr>
<tr>
<td><table width="93%" border="0" cellspacing="0" cellpadding="0"><tr>
<td><div align="center"></div></td>
<td><div align="center"></div></td>
</tr>
</table></td>
<td>&amp;nsbp;</td></tr>
</table>
 
Ummm, what's the problem you're getting from that file? If I'm guessing you'd get some weird layout with your odd percentage usages for your widths, but aside from that, what specifically are you have problems with?
 
Is this what you wanted:

<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
<td width="49%">&amp;nbsp;<p>&amp;nbsp;</td><td width="51%"></td></tr>
<tr>
<td>&amp;nbsp;</td>
<td>&amp;nbsp;<p>&amp;nbsp;</td></tr>
<tr>
<td><table width="93%" border="0" cellspacing="0" cellpadding="0"><tr>
<td><div align="center"></div></td>
<td><div align="center"></div></td>
</tr>
</table></td>
<td>&amp;nbsp;<p>&amp;nbsp;</td></tr>
</table>
 
Back
Top