MyBB Community Forums

Full Version: Help With Header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm having trouble with this..

My website is MaddenScene.com, and I want to get the header with the entire navigation to be my header on the forums..

can someone help me out.

http://MaddenScene.com
http://MaddenScene.com/forum
Well, how did you do it on the website??
(2008-11-09, 05:53 PM)Matt_ Wrote: [ -> ]Well, how did you do it on the website??

I made it in CSS. I made my own theme from habari Customly coded.

I tried copying the code but then the forum looked messed up.
<link rel="stylesheet" href="http://maddenscene.com/user/themes/fbx/style.css" type="text/css" media="screen" />


<div id="topnav">
    
    	<ul>

        
        	<li><a href="http://www.maddenscene.com">Home</a></li>
            <li><a href="/forum">Forum</a></li>
            <li><a href="/arena">eBooks</a></li>
            <li><a href="/games">The Scene</a></li>
            <li><a href="about.php">About Us</a></li>
            <li><a href="contact.php">Contact Us</a></li>

        
        </ul>
    
    </div>
    
    <div id="banner">
    </div>
    
    <div id="nav">
    
    	<ul>
    
    		<li><a href="http://www.maddenscene.com/tag/madden">Madden</a></li>
        	<li><a href="http://www.maddenscene.com/tag/NCAA">NCAA</a></li>

        	<li><a href="http://www.maddenscene.com/tag/eBooks">eBooks</a></li>
        	<li><a href="http://www.maddenscene.com/tag/scene">The Scene</a></li>
        	<li><a href="http://www.maddenscene.com/tag/general">General</a></li>
    
    	</ul>
    
    </div>

that is the code i tried to put in the header template and it worked, but the forums looked messed up.
can't see why it shouldn't work (done similar idea on one of my skins with no problem) ... unless you removed the theme template css when you added your own 'rel=styleheet' link in the header ?

all can suggest is instead of using a different stylesheet I would just add the relevant css to the stylesheet for that skin (theme3/global.css)