Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Which php file to remove the table_background_default.gif image?


TheLastWord

Recommended Posts

Posted

catalog/index.php. You'll need to individually remove it from each page, though.

Always BACK UP your files and your database before making any changes. Before asking questions, check out the Knowledge Base. Check out the contributions to see if your problem's solved there. Search the forums.

 

Useful threads: Store Speed Optimization How to make a horrible shop Basics for design change How to search the forums

 

Useful contributions: Easypopulate Fast, Easy Checkout Header Tag Controller

Posted

<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

<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>

</tr>

</table></td>

</tr>

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td class="main"><?php echo tep_customer_greeting(); ?></td>

</tr>

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<tr>

<td class="main"><?php echo TEXT_MAIN; ?></td>

</tr>

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<tr>

<td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

</tr>

at the end of the day the code will be good

Posted

just create a very small image the same colour as your background and rename this the same as the image you wish to remove. when you upload this new image it will replace the existing one and make it melt into your background....

 

assumes that your background remains the same though

Posted
You have any idea how to get an image to an secure server, https.

You should have access configuration info for FTP regardless of it being secure or not.

 

I just upload via Dreamweaver after editing the files, I use the FTP in dreamweaver to keep things simple.

 

you should also be able to access your site files via your control panel and upload direct using their own ftp

Archived

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

×
×
  • Create New...