MyBB Community Forums

Full Version: table space portal who is online
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In my portal the users in the who are online list are all in one row, this means when there are lots of members online the the width of hte table do not fit.

see http://www.ikf-forum.eu/portal.php

<td width="286" style="padding:0px; border-bottom:1px groove #000000; " bgcolor="#000000" height="21" nowrap>
				<b><font face="Arial Black" size="1" color="#FFFFFF">&nbsp;</font>
<font face="Arial Black" color="#FFFFFF" style="font-size: 9pt">&nbsp; 
				WHO IS ONLINE</font></b></td>
			</tr>
			<tr>
				<td width="286" valign="top" style="padding:0px; border-bottom:1px groove #000000; " nowrap>
				<img border="0" src="http://www.ikf-forum.eu/portal2012/patricia2.jpg" width="284" height="95"></td>
			</tr>
			<tr>
				<td width="286" height="104" align="left" bgcolor="#FFFFFF" style=" padding-top: 1px; 
padding-bottom: 1px; padding-left:0px; padding-right:0" valign="top" nowrap>
				
				<div align="center">
<table width="282" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0">
<tr><td valign="top" width="284" nowrap>
{$whosonline}
</td>
</tr>
</table>
				</div>
&nbsp;</td>