Quote Originally Posted by aggrovated View Post
ok i'll try firefox,thanks again

QQ: how can I disable "navecattabs" and "navsupp" links? I tried disabling them in css but That isnt working and I can't find the php where these classes reside...index.php?
You can do the navcattabs in the admin. Turn of the categories under "Configuration", "Layout Settings", "Categories-Tabs Menu ON/OFF"

For the Home Link in the footer, open up includes/templates/YOUR_TEMPLATE/common/tpl_footer.php and remove this portion:

<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>

If you want to remove the copyright, you can open up includes/languages/YOUR_TEMPLATE/english.php and make FOOTER_TEXT_BODY blank like this:

define('FOOTER_TEXT_BODY', '');