|
I can’t get my two images beneath my sliding banner to link. Here is my code for this area -
<div id="sliderFrame">
<div id="slider" style="height:310px;">
<img src="{{config path="web/unsecure/base_url"}}media/infortis/javaslider/images/a19_refusion.jpg" alt="” />
<img src="{{config path="web/unsecure/base_url"}}media/infortis/javaslider/images/kitchen-inspiration.jpg" alt="” />
<img src="{{config path="web/unsecure/base_url"}}media/infortis/javaslider/images/launch.jpg" alt="” />
</div>
<div class="boxbottomslider" style="width:224px;height:58px;float:left;margin:7px 9px 0 0;">
<a href="https://clarkbetty.zendesk.com/entries/21729562-free-shipping" target="blank"><img src="/skin/frontend/fortis/default/images/free-shipping.jpg"></a></div><div class="boxbottomslider" style="width:223px;height:58px;float:left;margin:7px 0 0;"><a href="https://clarkbetty.zendesk.com/entries/21719371-clark-betty-rewards-program" target="blank"><img src="/skin/frontend/fortis/default/images/rewards.jpg"></a></div>
</div>
All of the above resides in a static block. Do I need more coffee?!
Thanks for any advice!
|