Previous Thread
Next Thread
Print Thread
Hop To
Joined: Jan 2009
Posts: 20
V
stranger
stranger
V Offline
Joined: Jan 2009
Posts: 20
Prior to the upgrade to the latest version, we had an image that was our branding that showed above the breadcrumbs bar. It was set up and displays in the Extra Properties in the Styles setup. It is:

.nlheader{
font-size: 10pt;
font-weight: bold;
color: #352F6B;
background: #FEE94E; background-image: url("http://netnotes.netlearning.com/styles/images/sunny/header_bar_bg.jpg");
background-repeat: repeat-x;
}

However, the image no longer displays in the header of the site. The image is still there but I cannot figure out how to modify the style or a template to display this image. The person who originally set the site up is no longer with the company and I can't ask him how he did it.

Can anyone offer some information on how I should set this up so that the image displays?

Thanks much in advance for any help.

Joined: Feb 2009
Posts: 53
journeyman
journeyman
Joined: Feb 2009
Posts: 53
try this:
Code

background: #FEE94E url("http://netnotes.netlearning.com/styles/images/sunny/header_bar_bg.jpg") repeat-x;
}





UBB since 2003 - Version v7.5.2 - http://www.tiernetzwerk.de
Chrome 2.0
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
you will also have to ensure that you have it as an HTML insert..

something like

HTML
<div class="nlheader"></div>

so it then will use the CSS...

Joined: Jan 2009
Posts: 20
V
stranger
stranger
V Offline
Joined: Jan 2009
Posts: 20
Thanks for the suggestions but I guess I'm just too new to configuring UBB so I'm not sure what/how to do this. Where should the <div> tag be placed? I tried it in the General CSS Properties for the Breadcrumbs as well as the Body. I also tried it in the Extra Properties. None of those worked.

Here's the .breadcrumbs Properties:

font-size: 10pt;
font-weight: bold;
color: #352f6b;
background: #a6afcd; background-image: url("http://netnotes.netlearning.com/styles/images/sunny/sunny_grad_b.gif");
background-repeat: repeat-x;
padding: 2px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #999999;

And here's the entire Extra Properties:
.nlheader{
font-size: 10pt;
font-weight: bold;
color: #352F6B;
background: #FEE94E; background-image: url("http://netnotes.netlearning.com/styles/images/sunny/header_bar_bg.jpg");
background-repeat: repeat-x;
}

Would this go in a wrapper? I tried it in the opening HTML of the wrapper and it didn't work.

Sorry to be so thick on this and I do appreciate the assistance.

Take care.

Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
go to your admin cpanel -- general -- HTML Includes

put:
HTML
<div class="muh4h4ha">
<a href="http://netnotes.netlearning.com/ubbthreads.php?ubb=cfrm">
<div class="nlheader"></div>
</a>
</div>

save it..

that should work, except that you prolly want to give your .nlheader some height to push the forum down and reveal the header graphic.. adding the <a> tag, makes the header clickable to your forum list..

this also assumes that your forum is installed in the root of your website as your urls show above..

Joined: Jan 2009
Posts: 20
V
stranger
stranger
V Offline
Joined: Jan 2009
Posts: 20
Thanks much, SirDude!

I'll give this a go on Monday.

Have a great weekend!


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
1 members (Havenofsobriety), 458 guests, and 91 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)