Simple Text Link not Working
I'm working on a site re-design, and am having an issue with a link. Here is the sample page: http://gidgetsboutique.com/template1.php
In the gray bar which contains the logo, I would like the Free Shipping text to link to the Shipping page, but cannot get it to work. The logo link works, as does the GidgetsBoutique.com link in the same section. Here is the coding I have for that section:
<div style="width:960px; height:180px; margin:0px auto;">
<div class="bannerbar" style="position:absolute; margin-top:75px; height:30px;"></div>
<div style="width:940px; position:absolute; margin-top:90px; padding-left:20px; text-align:left;"><a class="bannerlink" href="/shipping.php">Free Shipping on All Orders!</a></div>
<a href="http://gidgetsboutique.com"><img src="/graphics/logo01.png" alt="Gidget's Boutique" style="position:absolute; margin:0px 367px; width:225px; height:180px;"></a>
<div style="width:940px; position:absolute; margin-top:90px; padding-right:20px; text-align:right;"><a class="bannerlink" href="http://gidgetsboutique.com">GidgetsBoutique.com</a></div>
</div>
Any help would be appreciated.
Deborah