insideorkut.com

Can two different domain /img/avatar3.jpgs share a iPage.com hosting account?

Click Here To View All Answers...


My 1st question is: Can two different domain /img/avatar3.jpgs share a iPage.com hosting account? Many thanks for any response. Second question.. 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!..

Comments (48)

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

Comment #1

No ill effects to removing the WHOLE line? I actually tried to remark it out, but that didnt work for some reason...

Comment #2

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

Comment #3

Yes, they are the same links. No harm to delete the whole line...

Comment #4

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

Comment #5

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

Comment #6


This question was taken from a support group/message board and re-posted here so others can learn from it.