Muldrick Posted July 2, 2006 Posted July 2, 2006 Sorry, brainfart here (and I'm far from a pro) I want to remove the "table_background_default.gif" image from this page . The image under "my account". I don't want to delete the image file itself though. I just don't want it showing on that page. What page do I edit? Index.php? header.php? stylesheets.css??? I forgot. Thanks
knifeman Posted July 2, 2006 Posted July 2, 2006 Sorry, brainfart here (and I'm far from a pro) I want to remove the "table_background_default.gif" image from this page . The image under "my account". I don't want to delete the image file itself though. I just don't want it showing on that page. What page do I edit? Index.php? header.php? stylesheets.css??? I forgot. Thanks Look for this in catalog/index.php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif' Just put the two // in front of it. Tim
Muldrick Posted July 2, 2006 Author Posted July 2, 2006 Look for this in catalog/index.phpecho tep_image(DIR_WS_IMAGES . 'table_background_default.gif' Just put the two // in front of it. Tim Thanks Tim
Recommended Posts
Archived
This topic is now archived and is closed to further replies.