The only conclusion I can find is that your trying to combine two links as one link. What I see in your code is:
CODE
a href="link"
img src="another link"</a>
Since you won't show the first link I'm guessing its different than the image link which will make the link inoperable, and don't show in your page.
Unless you saved the dumbducky picture to a file in your computer you need to seperate those codes as:
CODE
a href="link"</a>
img src="other link"