rodcar Posted April 12, 2008 Share Posted April 12, 2008 Hi, Can anyone please tell me how to remove this icon. I am sure it is simple, but a newbie to this, so please explain as simple as possible. thanks Rod Link to comment Share on other sites More sharing options...
tapuahk Posted April 12, 2008 Share Posted April 12, 2008 Hi, Can anyone please tell me how to remove this icon. I am sure it is simple, but a newbie to this, so please explain as simple as possible. thanks Rod Are you referring to the catalog/images/table_background_default.gif IF so in index.php find: <?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?> and change it to <?php //echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?> ~~~Tapuahk Link to comment Share on other sites More sharing options...
rodcar Posted April 12, 2008 Author Share Posted April 12, 2008 Are you referring to the catalog/images/table_background_default.gif IF so in index.php find: <?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?> and change it to <?php //echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?> ~~~Tapuahk Link to comment Share on other sites More sharing options...
rodcar Posted April 12, 2008 Author Share Posted April 12, 2008 No I am wanting to remove The What's New Icon from my home page, thanks rod Link to comment Share on other sites More sharing options...
tapuahk Posted April 12, 2008 Share Posted April 12, 2008 No I am wanting to remove The What's New Icon from my home page,thanks rod put your mouse over the icon in question: right click on it choose properties post the name and location of the image. ~~~Tapuahk Link to comment Share on other sites More sharing options...
rodcar Posted April 12, 2008 Author Share Posted April 12, 2008 put your mouse over the icon in question: right click on it choose properties post the name and location of the image. ~~~Tapuahk Hi, I have removed the icon, but doing so this comes up on my page above greeting message tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?> td> How would I get fix this problem, sorry but are a novous at this. rod Link to comment Share on other sites More sharing options...
tapuahk Posted April 12, 2008 Share Posted April 12, 2008 Hi,I have removed the icon, but doing so this comes up on my page above greeting message tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?> td> How would I get fix this problem, sorry but are a novous at this. rod It looks like you highlighted too much you need to go back and put back in the </ after the ?> the whole line should look something 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> Link to comment Share on other sites More sharing options...
rodcar Posted April 12, 2008 Author Share Posted April 12, 2008 It looks like you highlighted too much you need to go back and put back in the </ after the ?> the whole line should look something 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> Hi, thanks it worked except for, still have td> on the home page could you tell me how to get rid of this. thanks fiona Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.