How To Place RSS Button On My Blog?

Hello all,
I have created a rss feed from feedburner for my blog and posted the created url for my blog rss in my gadget as well but its showing the same code instead of rss button. Please guide me how do solve this problem???

Try this:

<a 
title="Subscribe via RSS" type="application/rss+xml" 
rel="alternate" href="http://feeds.feedburner.com/yourfeednamehere">
<img src="http://www.example.com/your/path/to/your/rss/image.jpg alt="RSS Feed">
</a>

The trick is you still need to declare the type and relationship of that particular link.

Thanks,it really works for me,you are right there is some problem in my code which is now solved after seeing this HTML code that you provided. :-))
Thanks again.

I wish to generate your RSS feed in another site http://feedity.com . It will give you code to embed. Just paste this in your blog. It is so fine.