Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

missing images on my header !


alhakeem2001

Recommended Posts

So the logo and the icons are not located on the homepage, it's not about the image itself ! as everything has been uploaded to the server ... I checked the header.php and the logo link is there :

 

<td width="430" rowspan="2" height="105" align="left" ><img src="images/logo.jpg" width="293" height="105" alt="E-online shop"/></td>

 

and for the top menu I have this menu.php :

 

 

<?php

/*

$Id: whats_new.php,v 1.31 2003/02/10 22:31:09 hpdl Exp $

 

E-Commerce Solutions

 

Copyright © 2005 www.flash-template-design.com

 

Released under the GNU General Public License

*/

?>

<!--id="shopping_cart" <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART) ?>"><img src="images/shopping_cart_im.gif" width="27" height="27" border="0" align="left"></a>Now in your cart <br/><?php echo '<span style="color:#FFFFFF; font-weight:bold;">'.sizeof($products = $cart->get_products()).' items</span>'; ?>-->

<table border="0" height="44" cellpadding="0" cellspacing="0" width="715" bgcolor="#5F5F5F" >

<tr align="center">

<td width="90" height="44" align="left"><img src="images/left_menu.jpg" width="90" height="44" alt="" /></td>

<td width="117" style="background:url(images/home.jpg) no-repeat;"><a class="menu" href="<?php echo tep_href_link(FILENAME_DEFAULT) ?>">Home</a></td>

<td width="118" style="background:url(images/about_us.jpg) no-repeat;"><a class="menu" href="<?php echo tep_href_link(FILENAME_ABOUT_US) ?>">About Us</a></td>

<td width="117" style="background:url(images/new_offers.jpg) no-repeat;"><a class="menu" href="<?php echo tep_href_link(FILENAME_PRODUCTS_NEW) ?>">New Offers</a></td>

<td width="117" style="background:url(images/my_account.jpg) no-repeat;"><a class="menu" href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL') ?>">My Account</a></td>

<td width="141" style="background:url(images/checkout.jpg) no-repeat;"><a class="menu" style="padding-left:5px;" href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') ?>">Checkout</a></td>

<td width="15" height="44" align="left"><img src="images/menu_right.jpg" width="15" height="44" alt="" /></td>

</tr>

 

 

</table>

 

please help !

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...