coeli Posted March 24, 2007 Posted March 24, 2007 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  s in between to create spaces but omitting the  s still shows a little bit of margin in between. I want the buttons to be completely stuck together like this
Recommended Posts
Archived
This topic is now archived and is closed to further replies.