its all php
u need a header first of all, in the header you will include the banner and side bar.
my header looks like:
CODE
<html>
<head>
<title>PhoenixF1re Designs</title>
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="images/favicon2.ico" >
<meta http-equiv="Page-Exit" content="progid:DXImageTransform.Microsoft.GradientWipe(Duration=1)">
<meta http-equiv="Page-Exit" content="progid:DXImageTransform.Microsoft.GradientWipe(Duration=1)">
</head>
<body><center>
<div id="container">
<a href="index.php"><img src="header.jpg" border="no" galleryimg="no"></a>
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td width="10" style="font-size: 0px;"> </td><td width="165" valign="top">
<div class="header">Welcome!</div>
<hr color="aeaeae" />
<div class="entry">
When you need cursors, layouts, or graphics of any kind, this is the website that you need to come to. I am capable of making almost anything that you can ask for and I fill requests super fast.
</div>
<div class="header">Navigation</div>
<hr color="aeaeae" />
<div class="entry">
<B><CENTER>
<a href="index.php">Home</a><BR>
<a href="about.php">About</a><BR>
<a href="gallery.php">Gallery</a><BR>
<a href="cursors.php">Cursors</a><BR>
<a href="resources.php">Resources</a><BR>
<a href="http://phoenixf1re.melilyn.com/?page_id=3">Request</a><BR>
<a href="http://phoenixf1re.melilyn.com/?page_id=10">Report</a><BR>
</B>
</center>
</div>
<div class="header">Mini Profile</div>
<hr color="aeaeae" />
<div class="entry">
<strong>Likes:</strong> Graphic design, friends, and listening to music<br>
<strong>Dislikes:</strong> People who cannot take criticism, spiders, and my old work<br>
<br>
<b><a href="aboutme.php">Read More?</a></b>
</div>
<div class="header">Contact me</div>
<hr color="aeaeae" />
<div class="entry">
<strong>Email:</strong> <a href="mailto:eycecrememan21@gmail.com">click</a>
</div>
<div class="header">Affiliates</div>
<hr color="aeaeae" />
<div class="entry">
<CENTER>
<a href="http://www.hitherston.com" target="_blank"><img src="images/hf.gif" border="0"></a><a href="http://www.autumn-sky.org" target="_blank"><img src="images/autumnsky.gif" border="0"></a><a href="http://www.takecamera.com/insipidwalls/" target="_blank"><img src="images/iw.gif" border="0"></a><a href="http://www.takecamera.com" target="_blank"><img src="images/tc.gif" border="0"></a><BR><a href="http://www.illumineering.com/" target="_blank"><img src="images/bill.gif" border="0" Vspace=1></a><a href="http://www.infamous-mind.net" target="_blank"><img src="images/mike.gif" border="0" Vspace=1></a><a href="affiliates.php" alt="Apply"><img src="images/apply.gif" border="0" Vspace=1></a><BR><BR>
</CENTER>
<a href="myaffiliates.php"><B>Read More?</b></a>
</div>
<div class="header">Rotations</div>
<hr color="aeaeae" />
<div class="entry">
<CENTER>
<a href="http://rotation.takecamera.com" target="_new"><img src="http://rotation.takecamera.com/images/rotationani2.gif" border=0 vspace=1></a><br>
<IFRAME SRC="http://www.takecamera.com/rotation/work.php?ID=Phoenixf1re" width=88px height=31px marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling="no"></IFRAME><br>
</CENTER>
<CENTER>
<IFRAME SRC="http://so-you.net/rotation/work.php?ID=Ph03nix" width=94 height=45 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling="no" allowTransparency="true" vspace=1></IFRAME>
</CENTER>
</div>
<div class="header">Vote for Me!</div>
<hr color="aeaeae" />
<div class="entry">
<CENTER>
<a href="http://www.autumn-sky.org/topsites/in.php?id=13"><img src="http://www.autumn-sky.org/topsites/button.php?id=13" border="0" vspace=1 /></a><BR>
<a href="http://www.magitek-designs.net/chimera/"><img src="http://www.magitek-designs.net/chimera/button.php?u=ZapatoDelFuego" alt="Chimera" border="0" vspace=1 /></a><BR>
<a href="http://www.createblog.com/topsite/in.php?id=73"><img src="http://www.createblog.com/images/top2.gif" border="0" vspace=1 /></a>
</CENTER>
</div>
<div class="header">Hands Off</div>
<hr color="aeaeae" />
<div class="entry">
<center>
<a href="wp-admin/">WP Login</a>
<BR>
<script type="text/javascript" src="http://s24.sitemeter.com/js/counter.js?site=s24phoenixphoenix">
</script>
<noscript>
<a href="http://s24.sitemeter.com/stats.asp?site=s24phoenixphoenix" target="_top">
<img src="http://s24.sitemeter.com/meter.asp?site=s24phoenixphoenix" alt="Site Meter" border="0"/></a>
</noscript>
</center>
</div>
</td><td width="15" style="font-size: 0px;"> </td><td width="525" valign="top">
<script type="text/javascript">
var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc)
var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only
if (document.getElementById){ //DynamicDrive.com change
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('.subsubmenu{display: none;}\n')
document.write('</style>\n')
}
function SwitchMenu(obj){
if(document.getElementById){
var el = document.getElementById(obj);
var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
if(el.style.display != "block"){ //DynamicDrive.com change
for (var i=0; i<ar.length; i++){
if (ar[i].className=="submenu") //DynamicDrive.com change
ar[i].style.display = "none";
}
el.style.display = "block";
}else{
el.style.display = "none";
}
}
}
function SwitchMenu2(obj){
if(document.getElementById){
var el = document.getElementById(obj);
var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
if(el.style.display != "block"){ //DynamicDrive.com change
for (var i=0; i<ar.length; i++){
if (ar[i].className=="subsubmenu") //DynamicDrive.com change
ar[i].style.display = "none";
}
el.style.display = "block";
}else{
el.style.display = "none";
}
}
}
</script>
</HEAD>
idk if THAT helps, but thats what i have
save ur header file as header.php and and then on every page u have
include this FIRST:
CODE
<?php include('header.php'); ?>
that ensures that ur header (banner and sidebar) is on *EVERY page
(*on every that u have included the
<?php include('header.php'); ?> tag)