kbrock Posted June 28, 2007 Share Posted June 28, 2007 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. Quote Link to comment Share on other sites More sharing options...
bkellum Posted June 28, 2007 Share Posted June 28, 2007 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 Quote 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 More sharing options...
kbrock Posted June 28, 2007 Author Share Posted June 28, 2007 (edited) 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 June 28, 2007 by kbrock Quote Link to comment Share on other sites More sharing options...
bkellum Posted June 29, 2007 Share Posted June 29, 2007 (edited) 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 June 29, 2007 by bkellum Quote 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 More sharing options...
Recommended Posts
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.