Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Resources  Hop To Forums  Webmastering 101    Header on top of all Pages except main
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Groupee Member
Posted
Hi all,

I have my logo on my main page, but I want to place a horizontal left to right header on top of all the other pages. Does anyone know how this can be done?

Thanks!

Kara
 
Posts: 159 | Registered: December 05, 2003Reply With QuoteEdit or Delete MessageReport This Post
COB
Groupee Newbie
Picture of COB
Posted Hide Post
Come on someone has to beale to answerr this i would like to know also, there are many of us NERDS that need to know!


ATVQUADSQUAD.com
 
Posts: 19 | Location: Greeley, COLORADO | Registered: December 29, 2002Reply With QuoteEdit or Delete MessageReport This Post
Groupee VIP
Posted Hide Post
If you add something like <img name="top_banner" src="http://mybanner/images/abc.jpg" /> to the section of your style called AFTER Opening Body Tag; that image will appear at the top of all pages using that style.

I assume your want this image NOT to appear on the main community page?.

You'll need to turn the image on/off based on whether it is the main page or not.

Here's a trick.

Only your main page has a community intro, right ?

Put in this java script code *into your community intro*. It will not be readble but it will affect the display of the banner image.

<scri pt>
if(document.images.top_banner){
document.images.top_banner.style.display='none';
}

</scri pt>

Close up the scri pt tags in this example and if you do not understnd javascript, get someone who does to enter this for you.
 
Posts: 3604 | Registered: February 23, 2000Reply 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  Resources  Hop To Forums  Webmastering 101    Header on top of all Pages except main