Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Eve Community  Hop To Forums  Customization Ideas    Custom Menu Bars
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Groupee Newbie
Posted
I want to keep the Header of My website and the Left Menu Bar on my EVE boards. I figured out how to import the headers, not so sure about the left menu bars...Any help?

Thanks....
 
Posts: 2 | Registered: February 28, 2005Reply With QuoteEdit or Delete MessageReport This Post
Groupee VIP
Posted Hide Post
Hi Birdseye

I see this topic is orphaned. Not good.

This topic http://community.infopop.net/eve/ubb.x/a/tpc/f/79710858463/m/72210976763

answers your question, I think.


Infopop Corporation
 
Posts: 3604 | Registered: February 23, 2000Reply With QuoteEdit or Delete MessageReport This Post
Groupee Newbie
Posted Hide Post
that link did not work, please advise!
 
Posts: 2 | Registered: February 28, 2005Reply With QuoteEdit or Delete MessageReport This Post
Groupee Virtuoso
Picture of Paul Gude
Posted Hide Post
Looks like that link is outdated. I found information posted elsewhere covering the same issue.

Basically, this will involve putting some code into the following sections of your custom HTML options in your display settings.

Eve Control Panel > Eve > Display > Settings

Insert AFTER Opening Body Tag

<table>
<tr>
<td colspan="2">this is my header</td>
</tr>
<tr>
<td>
this is the left side navigation
</td>
<td>



Insert BEFORE Closing Body Tag:

</td>
</tr>
<tr>
<td colspan="2">
this is my footer
</td>
</tr>
</table>


Posted by Dave Dreezer here:

http://support.evecommunity.com/eve/forums/a/tpc/f/7971...10929763#78010929763

Please note that you may have to change your current custom html slightly if you've already got the header information in there.


Paul Gude
Groupee Guide
 
Posts: 414 | Registered: September 28, 2005Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Eve Community  Hop To Forums  Customization Ideas    Custom Menu Bars