There's probably a much simpler way to do this, but I've been driving myself crazy running around in circles. I want to have the next 5 events and the statistics, but I do not want them to be in the top bar. I have tried making a new menu and putting it in there using every variation I could think of with no results. The way I currently have it, I have a menu title, and then the information I want is actually below it, not in it, so it doesn't have the border and font sizing that the other menus have.
Here is my current layout file:
<html>
<head>
<link rel="stylesheet" href="style.php" type="text/css">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="alternate" title="Iron Exercere RSS" href="http://ieguild.dkpsystem.com/feed.rss" type="application/rss+xml">
<title>Iron Exercere - <!--System:Title--></title>
</head>
<body>
<table width="100%" cellpadding="0" border="0" cellspacing=0>
<tr valign="top">
<td align="center" colspan="3">
<table width="100%" border="0">
<tr valign=top>
<td align=center>
<a href="http://ieguild.dkpsystem.com"><img border=0 src="settings/ieguild/logo" alt="Iron Exercere"></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="width:100%" cellpadding=0 cellspacing=1>
<tr>
<td valign=top width=167 align=left style="width:167px">
<!--System:Login--><br>
<!-- System:Calendar --><br>
<!--System:Menu:Menu--><br>
<table border=0 class="Menu" cellpadding="1" cellspacing="0" width="167">
<tr>
<td class="MenuCat" align="center">Last Items Received</td>
</tr>
<tr>
<td class="MenuChoice" align="left">
<!-- System:Last10Items -->
</td>
</tr>
</table>
<br>
<!--System:Online--><br>
<center>
<a target=new href="http://getfirefox.com/" title="Get Firefox - The Browser, Reloaded."><img src="images/getfirefox.png" border="0" alt="Get Firefox"></a>
</center>
</td>
<td valign=top style="padding-left:5px;padding-right:5px;" align=center>
<center>
<span class=CountDown>
<!-- System:CountDown -->
</span>
</center>
<!-- System:Content -->
<center>
<span class=copyright>
<!-- System:Copyright -->
</span>
</center>
</td>
<td valign=top width=167 align=left style='width:167px'>
<!--System:Menu:Raid Progression--><br>
<!--System:Menu
KP--><br>
<!--System:Menu:Resources--><br>
<!--System:Menu:Server Status--><br>
<!--System:Menu:Next5Events--><br>
<!--System:Next5Events--><br>
<!--System:Menu:Statistics--><br>
<!--System:TopStats--><br>
</td>
</tr>
</table>
</body>
</html>
web site is www.iron-exercere.net
If anyone can smack me upside the head with the easy way to do this, I would greatly appreciate it.