1

Topic: Customization troubles

Hello,

I am trying to customize the top of the forums to match the rest of the website.  I am not getting the results I want.  The CSS and HTML both validate correctly, so I don't know what's causing the problem.  Can anyone take a look?  TIA!

http://www.fortheloveoflife.org/forums/  And obviously, if you click any of my red links at the top, you'll see the look I'm going after.  I'm not worried about the red bar or org address at the moment.  Just the logo and the navigation.

Again, TIA!

2

Re: Customization troubles

You can change the navigation links somewhere in include/functions.php

And with this:
http://wiki.punres.org/Add_a_logo_to_the_header_via_css
Yuo can add a logo.

3 (edited by Dr.Jeckyl 2007-06-07 10:12)

Re: Customization troubles

have a look at include/template/main.tpl. that might help you a bit more.

~James
FluxBB - Less is more

4

Re: Customization troubles

Thanks for your replies.  I needed to add a clear: both; to the #punwrap since my logo and navigation are both floated.