sand_danser Posted May 16, 2004 Posted May 16, 2004 I'm nearly sorted with my site but altered the header logo to go across the page & now have a scroll bar so need to delete the 3 pics/links to get rid of it. A simple link will do as I've looked on the WIKI site, searched this site & tried editing my stylesheet.css & index.php b4 asking here. Here's hoping! ;) ps:Here's the LINK as a guide to what I want to delete
Databuilder Posted May 16, 2004 Posted May 16, 2004 In includes/header.php change this <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a> <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a> <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?> </td> to this <td align="right" valign="bottom"><?php //echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a> <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a> <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?> </td> Commenting out the code to display the images.
sand_danser Posted May 16, 2004 Author Posted May 16, 2004 cheers m8, so adding two // b4 the "echo" cancels the images ? nice one! Another lesson learnt B) although I'd never have known which file to look at anyway :huh: Thanx again :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.