Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Eliminating the Space Where the Whats New Here is


rbabich

Recommended Posts

Posted

I am having a problem getting rid of the space on the home page, above welcome guest.

 

It may be a dumb question, but can anyone point out what PHP file contains it. I am using a contribution that has the mainpage.php file for commerce and I cant seem to find it.

 

Thanks,

 

Ron

Posted

You need to delete this or comment it out of

catalog/default.php

 

about line 310

 

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

Posted

I cant find the default.php? Is there a chance with my ver it does not exist? I am running 2.2 I think. Thanks again

Posted

sorry...

it would be index.php then

 

still should be around 310.

This a bit of the code above and below it

 

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

Posted

Will,

 

I did a search in index.php for that line:

 

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

 

and couldnt find it in dreamweavers search. I dont mean to sound stupid but could it be anwhere else. Thanks again

 

Ron

Posted

Line 72 in my index.php that's the one in the root(catalog) foder

 

 

roger

facts invariably distort the truth

Archived

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

×
×
  • Create New...