Dear All, I want to put a link behind images that I have on my website, the code for the images is ; <img src="<?php bloginfo('template_url'); ?>/images/ad1.gif" class="left" alt="" /> now plz give me the correct code for giving the image an external link to another website. plus usually when i put a link the pictures positioning change. Have a look at the website for reference I want to give link to 4 125X125 images at right top of website. when i usually do the the position is disturned, two come down. So help me what that too Kind regards, Nat
Add it like this: [COLOR="Red"]<a href="http://www.whatever.com">[/COLOR] <img src="<?php bloginfo('template_url'); ?>/images/ad1.gif" class="left" [COLOR="Red"]border="0"[/COLOR] alt="" /> [COLOR="Red"]</a>[/COLOR] Code (markup): It would be even better to use CSS for the image.