If you mean making the picture itself a link so that when you click the picture it takes you somewhere else then it would be < a href="insert site you want to link to here">< img src="insret picture tag here"></a>. Only you would remove the space between the bracket and the letter a in the first html string and then you would remove the space between the I and the bracket on the second string of html.
Is that what you're looking for? Or are you looking for something else?