Quote Originally Posted by jettrue View Post
Well, the code for the ezpages section (which is the source of the grey bar that is showing on your page), should be in your header like this:

Code:
<?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
        <div id="navEZPagesTopWrapper">
      <?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?>
        </div>
      <?php } ?>
SO, if the ezpages is OFF in your site admin, there should be no

<div id="navEZPagesTopWrapper"></div>

in your page source, yet there is. So either its not turned off correctly in the admin, or there is an issue with the above code.
k even thou I was not displaying the pages it was turned on for header in admin just turned it off and the grey bar has now gone thanks again for the help, just need to figure out how to ge the horizontal lines in FF on the Designer Monthly Boxes now:) so im off to that thread :)
cheers