BEANSTALKER Posted April 28, 2005 Share Posted April 28, 2005 This is probably a stupid question & i'm sure you have heard it before. I'm customizing my site & I'm having trouble removing the default image (table_background_default.gif), it's on the opening page of my site in the middle top right area. I know this can be done by simply deleting the image from the images folder, but i want to find the file that commands this image to appear in case i might want to upload an image of my own later on. My default language is english & i'm operating on 2.2 MS2 Link to comment Share on other sites More sharing options...
Guest Posted April 28, 2005 Share Posted April 28, 2005 You will find this code in index.php: <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> Yopu can safely remove it. Matti Link to comment Share on other sites More sharing options...
BEANSTALKER Posted April 28, 2005 Author Share Posted April 28, 2005 You will find this code in index.php: ? ? ? ? ? ?<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> Yopu can safely remove it. Matti <{POST_SNAPBACK}> found the pic & removed it. i went from 'table_background_default.gif' to just the 2 single quotes '' . removing the image caused the page width to really increase. any suggestions?? Link to comment Share on other sites More sharing options...
stylishdiva Posted May 1, 2005 Share Posted May 1, 2005 You will find this code in index.php: ? ? ? ? ? ?<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> Yopu can safely remove it. Matti <{POST_SNAPBACK}> I found that adding either a new image and rename the new image table_background_default.gif or replace with a blank image and rename this one as table_background_default.gif Link to comment Share on other sites More sharing options...
♥Vger Posted May 1, 2005 Share Posted May 1, 2005 Replace all table_background images with a transparent gif file. Images gone, no need to remove any code. Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.