Of course! although you might want to make sure and wait for another commenter to confirm this as I am not quite sure. Better yet, why don't you email the iPage guys because they can give you help better...
No ill effects to removing the WHOLE line? I actually tried to remark it out, but that didnt work for some reason...
Also.....just to make sure I dont do something ill regret.....those icon links go to teh SAME place as the links right below them in the smaller title bar, right?..
Yes, they are the same links. No harm to delete the whole line...
OK...the three GIF pics in the upper right header.....how can I remove them? They simply seem to link to the same things that are listed right under them(my account, cart contents, and checkout), so why even have them there?.
How can I ditch these GIFs and their links, unless it's a bad idea for some reason. Thanks!..
The line can be removed from catalog/includes/header.php:.
<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>..

