MysticBlues Posted May 22, 2004 Share Posted May 22, 2004 How do you remove the default images? I ntalled a contrib that replaced them with tran gifs but not what I wanted. Where in the page codes can you remove them entirely? Thanks Link to comment Share on other sites More sharing options...
MysticBlues Posted May 23, 2004 Author Share Posted May 23, 2004 C'mon sombody has to know how to do this.... Link to comment Share on other sites More sharing options...
Databuilder Posted May 23, 2004 Share Posted May 23, 2004 Which default images are you talking about? Link to comment Share on other sites More sharing options...
nrlatsha Posted May 23, 2004 Share Posted May 23, 2004 look for somehting like this on the pages: <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> Rem out those likes like this: <td class="pageHeading" align="right"><?php // echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> Each page has a different pic name though... 9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard) Replace that and you're fine... Link to comment Share on other sites More sharing options...
MysticBlues Posted May 24, 2004 Author Share Posted May 24, 2004 That worked! Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.