Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

header.php problems


coeli

Recommended Posts

Posted

oscartproblem.jpg

 

Does anyone have this problem? If so, how can I get rid of that unwanted vertical line that only shows up in IE?

 

here is the snippet of the code on that specific area

 

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

</tr>

 

Can anyone please help?

 

Lastly, how can I make the buttons stuck together? I inserted &nbsps in between to create spaces but omitting the &nbsps still shows a little bit of margin in between. I want the buttons to be completely stuck together like this

 

headerbuttons.jpg

Archived

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

×
×
  • Create New...