Logged Out
Create an Account
Login:
Password:

Forgot your password?
Help with Advanced Layout, things normally in Top Bar

Help with Advanced Layout, things normally in Top Bar
[Back to Index]
Thread Tags
Primary: [Advanced Layout]
Secondary: None

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.
Quote
<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>


I think you need to do something similar to what I quoted above for your statistics to appear in a menu. Your going to have to put them in a mini table. Not exactly like this but similar.


--
Six Demon BagRefresh This Item
Jack Burton: Hey, what more can a guy ask for?
Egg Shen: Oh, a six-demon bag!
Jack Burton: Terrific, a six-demon bag. Sensational. What's in it, Egg?
Egg Shen: Wind, fire, all that kind of thing!
seems like you got it figured out. Site is looking nice. Good work.
Quote by Noblekain
seems like you got it figured out. Site is looking nice. Good work.


Agreed. Good job!


--
It's all in the reflexes.


[Back to Index]