
Originally Posted by
duxfield
Hi Jade - I checked my tpl_main_page.php and I can't find a div after the <!-- eof upload alerts --> line. I've attached the file for you to look at. Also, I tried viewing the web page with Firefox and yeah, those extra bits of border at the top of the breadcrumb bar don't appear. Must be an IE issue as you say. Thanks.
Hi duxfield,
in tpl_main_page.php, remove the </div> in this section:
Code:
<?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?>
<?php
}
?>
</div>
Bookmarks