So soory for this mess:
Ive' entered what you suggested. This is what is actually in the php file, the upper part of what I added. Does this all need to be there. I'm getting a blank white sheet>
<!--bof-header logo and navigation display-->
<?php
if (!isset($flag_disable_header) || !$flag_disable_header) {
?>
<!--eof-navigation display-->
<!--bof-branding display-->
<?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
<div id="taglineWrapper">
<?php
if (HEADER_SALES_TEXT != '') {
?>
<div id="tagline"><?php echo HEADER_SALES_TEXT;?></div>
<?php
}
?>
<?php
if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
if ($banner->RecordCount() > 0) {
?>
<div id="bannerTwo" class="banners"><?php echo zen_display_banner('static', $banner);?></div>
<?php
}
}
?>
</div>
<?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
</div>
<!--<br class="clearBoth" /> -->
<!--eof-branding display-->
<!--eof-header logo and navigation display-->
<!--bof-optional categories tabs navigation display-->
<div id="headerWrapper">
<div id="logoWrapper">
<div id="logo"><a href="http://30408.vws.magma.ca/TTEZENCART"><img src="http://30408.vws.magma.ca/TTEZENCART/includes/templates/Tte/images/tte_logo1.jpg" alt="" align="left" width="321" height="138"></a>
<div id="logo2"><a href="http://30408.vws.magma.ca/TTEZENCART"><img src="http://30408.vws.magma.ca/TTEZENCART/includes/templates/Tte/images/btc_logo.jpg" alt="" align="right" width="321" height="138" /></a></div>
<!--bof-navigation display-->
<div id="navMainWrapper">
<div id="navMain">
<ul class="back">
<li><a href="http://30408.vws.magma.ca/TTEZENCART"/">Home</a></li>
<li><a href="http://30408-vws.magma.ca/TTEZENCART/index.php?main_page=login&">Log In</a></li>
</ul>
</div>
<div id="navMainSearch"><form name="quick_find_header"
action="http://30408.vws.magma.ca/TTEZENCART/index.php?main_page=advanced_search_result" method="get"><input type="hidden" name="main_page" value="advanced_search_result" /><input type="hidden" name="search_in_description" value="1" /><input type="hidden" name="zenid" value="72f3u718o12c46mrc2npipib93" /><input type="text" name="keyword" size="6" maxlength="30" style="width: 100px" value="Enter Keywords Here" onfocus="if (this.value == 'Enter Keywords Here') this.value = '';" onblur="if (this.value == '') this.value = 'Enter Keywords Here';" /> <input type="submit" value="Search" style="width: 45px" /></form></div>
<br class="clearBoth" />
</div>