Help - Search - Members - Calendar
Full Version: Header
Neowin Forums > Help & Discussion Center > Web Server Side > Bulletin Board Support
fuBar.
I would like to edit the header of my banner, however, I can't find where it is located in the admin panel.
ForumWhore
What exactly do you want to do?

Skins & Templates > Skin Manager > [click on skin] > Edit Root Skin Template HTML > All Global HTML > global_board_header

Look for this ...

CODE
<div id="logostrip"><a href='{ipb.script_url}'>  <!--ipb.logo.start--><img src='style_images/<#IMG_DIR#>/logo4.gif'  style='vertical-align:top' alt='IPB' border='0' /><!--ipb.logo.end--></a></div>


Skins & Templates > Skin Manager > [click on skin] > Edit Root Skin Stylesheet (CSS Advanced Mode)

Look for this ... (or similar)

CODE
#logostrip
{
background: #ffffff;
border: 0px
height: 100%;
margin: 0px;
padding: 0px;
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
}



If you need any help, tell us exactly want you want to do.


smile.gif
fuBar.
I forgot, I am using 1.3.1 FINAL and I only see these menus.

Skins & Templates
Manage Skin Sets
|-- Board Wrappers
|-- HTML Templates
|-- Style Sheets
'-- Macros
Import Skin files
Skin Version Control

Thanks.
ForumWhore
As far as l remember, you go into HTML templates and there's a little drop down box, you select something like "Board Header" and you'll see something like this ...

CODE
<div id="logostrip"><a href='{ipb.script_url}'>  <!--ipb.logo.start--><img src='style_images/<#IMG_DIR#>/logo4.gif'  style='vertical-align:top' alt='IPB' border='0' /><!--ipb.logo.end--></a></div>


You can also check in "Style Sheets" depending on what you want to do.


smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.