Jump to content



Latest News: (loading..)

- - - - -

How do I remove the pics from the index page ?


This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#-19   sand_danser

sand_danser
  • Members
  • 52 posts

Posted 16 May 2004 - 10:59 PM

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

Edited by sand_danser, 16 May 2004 - 11:00 PM.


#-18   Databuilder

Databuilder
  • Members
  • 199 posts

Posted 16 May 2004 - 11:09 PM

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>&nbsp;&nbsp;<a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>&nbsp;&nbsp;<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?>&nbsp;&nbsp;</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>&nbsp;&nbsp;<a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>&nbsp;&nbsp;<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?>&nbsp;&nbsp;</td>
Commenting out the code to display the images.

#-17   sand_danser

sand_danser
  • Members
  • 52 posts

Posted 16 May 2004 - 11:52 PM

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