I have added multiple images into my header via header.php but i cant seem to get rid of the spaces between each image. Any help would be appreciated
My Site
code in header.php
<?php
/*
$Id$
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2010 osCommerce
Released under the GNU General Public License
*/
if ($messageStack->size('header') > 0) {
echo '<div class="grid_24">' . $messageStack->output('header') . '</div>';
}
?>
<div id="header" class="grid_24 alpha omega header_background">
<div id="storeLogo"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', STORE_NAME) . '</a>
<a href="http://islamicgems.com/shop/index.php?cPath=0">
<img src="http://www.islamicgems.com/shop/images/header2.png" alt="Collections"/>
</a>
<a href="http://islamicgems.com/shop/index.php?cPath=0">
<img src="http://www.islamicgems.com/shop/images/header3.png" alt="About"/>
</a>
<a href="http://islamicgems.com/shop/contact_us.php">
<img src="http://www.islamicgems.com/shop/images/header4.png" alt="About"/>
</a>
<a href="http://islamicgems.com/shop/contact_us.php">
<img src="http://www.islamicgems.com/shop/images/header5.png" alt="About"/>
</a>
'; ?></div>
code in stylesheet.css
#header {
height: 69px;
margin-top: 0px;
}
#storeLogo {
float: left;
margin-top: 5px;
}
#headerShortcuts {
float: right;
margin-top: 15px;
}
.headerShortcutLink {
background-color: transparent;
color:white;
padding: 8px;
margin-right:0px;
float: right;














