rbabich Posted September 4, 2003 Posted September 4, 2003 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
Guest Posted September 4, 2003 Posted September 4, 2003 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>
rbabich Posted September 5, 2003 Author Posted September 5, 2003 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
Guest Posted September 5, 2003 Posted September 5, 2003 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>
rbabich Posted September 6, 2003 Author Posted September 6, 2003 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
amoun Posted September 6, 2003 Posted September 6, 2003 Line 72 in my index.php that's the one in the root(catalog) foder roger facts invariably distort the truth
Recommended Posts
Archived
This topic is now archived and is closed to further replies.