Link not working from image?
-
Hi,
I’ve got a small problem. My image links are not working in any way?
Neither the ones that i gave a background image in CSS, nor the one ‘twitter’<div id="rightmenu"> <div id="Sidebar_full"> <ul> <li> <div id="facebook"> <a href="http://www.facebook.com/"></a> </div> </li> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar_full') ) : ?> <li> <div id="hyves"> <a href="http:/www.hyves.nl/"> </div> </li> <?php endif; ?> </ul> </div><!-- Closes facebook --> <div id="sidebar_left"> <ul> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar_left') ) : ?> <li> <div id="twitter"> <a href="http://google.com"<img src="images/tweet.png" /></span></a> </div> </li> <?php endif; ?> </ul> </div> <!-- Closes Sidebar_left --> <div id="sidebar_right"> <ul> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar_right') ) : ?> <li> <div id="flckr"> <ul> <a href="http://www.flickr.com/thedolphinacademy"></a> </ul> </div> </li> <?php endif; ?> </ul> </div> <!-- Closes Sidebar_right --> <div class="cleared"></div> </div> <!-- Closes Sidebars -->
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Link not working from image?’ is closed to new replies.