this is the site www.piquemind.com the 3 squares under the big square...only the first is linked. I want to link the other two. this is the code for that section: <div class="trilink"><a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('template_directory'); ?>/img/1.gif" alt="" /></a><img src="<?php bloginfo('template_directory'); ?>/img/2.gif" alt="" /><img src="<?php bloginfo('template_directory'); ?>/img/3.gif" alt="" /></div> can someone show me where to insert the links to make the contact and profile page linked? thanks in advance for your help (rep will be given)
<div class="trilink"> <a href="main page url"><img src="image url" /></a> <a href="contact url"><img src="image url" /></a> <a href="profile url"><img src="image url" /></a> </div> I think that should do it...