Html elements are not displaying

hi,

I’m using wordpress framework and I input the html code follows

<a href="http://www.yahoo.com"><img title="arrow_east_south" src="http://liberaalimafia.fi/new/wp-content/uploads/2011/09/arrow_east_south.gif" alt="" width="40" height="32" /></a>

and it displays as it is instead of showing html link with image.

regards

Where and how do you input it?

I used more fields plugin to input it in WYSIWYG editor … is there any way to parse it to show html ?

I see the code is displaying in custom fields like this

<p><a href="http://www.yahoo.com"><img title="arrow_east_south" src="http://liberaalimafia.fi/new/wp-content/uploads/2011/09/arrow_east_south.gif" alt="" width="40" height="32" /></a></p>

What exactly do you want to do? Display code in post or sidebar?
If you are trying for post, first switch to HTML view and then paste this code.