Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Oscommerce Default Images/dont Want Them


kbrock

Recommended Posts

I have searched high and low on how to just get rid of the "email envelope, lil man, etc" image completely from each of my pages "What's new". Is there a safe way of doing this?

 

thanks.

Link to comment
Share on other sites

I have searched high and low on how to just get rid of the "email envelope, lil man, etc" image completely from each of my pages "What's new". Is there a safe way of doing this?

 

thanks.

 

Try this:

http://www.oscommerce.com/community/contributions,2034

Bill Kellum

 

Sounds Good Productions

STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE

Link to comment
Share on other sites

Thank you. This was excellent. Very fast and efficient!

 

However, I now have several rows of "white space" between the "What's New" and my products box... how do i eliminate so that it looks uniform and you don't have to scroll down the page to look at the rest of the content??? :huh:

Edited by kbrock
Link to comment
Share on other sites

Thank you. This was excellent. Very fast and efficient!

 

However, I now have several rows of "white space" between the "What's New" and my products box... how do i eliminate so that it looks uniform and you don't have to scroll down the page to look at the rest of the content??? :huh:

You can do this:

Open index.php and remove the code that calls for the image.

 

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

 

It would look something like this:

<tr>
<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
</tr>
</table></td>
</tr>

Edited by bkellum

Bill Kellum

 

Sounds Good Productions

STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...