Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing What's New Icon


rodcar

Recommended Posts

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

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

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...