Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [rocco] Adding Banner Row In Luna

Quote Reply
Re: [rocco] Adding Banner Row In Luna In reply to
Thanks. I was able to figure it out. I just added the following css to the luna.css file:
Code:
#bannerheader {
padding: 4px 4px 4px 4px;
background: #B6CAE2;
margin: 0px 0px 0px 0px;
border-bottom: 1px solid #ffffff;
color: #ffffff;
font-size: 12px;
text-align: center;
}
I created a file to contain the banner information and named it include_bannerheader.html

Code:
<div id="bannerheader">
<IMG border="0" src="YOUR BANNER CODE">
</div>

And then in the include_header.html just above <div class="searchbar"> and right after </div> I added the line:

Code:
<%include include_bannerheader.html%>

...works like a charm. Wink

Now I am having problems with the login and logout links not displaying properly in the home html page when built for static mode. I guess I will post this problem in another thread.

Anyway with the banner code I haven't been able to figure out how to display a 468 banner on the left side and a small banner on the right side. Still trying to get my brain around css division tag usages. Suggestions gladly welcome. Unsure
Subject Author Views Date
Thread Adding Banner Row In Luna jgkiefer 19358 Jun 19, 2005, 10:14 AM
Thread Re: [jgkiefer] Adding Banner Row In Luna
rocco 19246 Jun 22, 2005, 6:24 AM
Thread Re: [rocco] Adding Banner Row In Luna
jgkiefer 19227 Jun 22, 2005, 9:35 AM
Thread Re: [jgkiefer] Adding Banner Row In Luna
rocco 19224 Jun 22, 2005, 2:38 PM
Post Re: [rocco] Adding Banner Row In Luna
jgkiefer 19213 Jun 22, 2005, 2:49 PM