MyBB Community Forums

Full Version: [F] XHTML error in template "portal"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In the template called "portal" you will find:
<td>&amp;nbsp;</td>
<td width="*" valign="top">

This is not a valid value ("*") for the attribute "width".
I'm suggesting something like the following code:
<td width="10">&amp;nbsp;</td>
<td valign="top">
This will result in a fixed width seperator and an announcement box having a unlimited width.
This bug has been fixed in the latest code.

Please note the latest code is not live on the site or for download. An update will be released which contains this fix.