Hello, i just realised its one of the small things ive forgot to add to my blog, would you know the bit of code for that please? And icon wise that could be got from anywhere i guess?
It's just like any other image that you have hyperlinked. <a href="http ://www.this-is-my-site.com/feed"><img src="http ://www.this-is-the-image-of-my-icon.gif></a>
But the feed link, would that not be a little bit of php or something or am i getting confused? thanks, btw.
Nope.. Nothing complicated really. its just that simple. The best things in life are simple, and free. Just like a Rss!
Im so used to complication that when something is easy its a pleasant suprise. Thanks godsofchaos and hmansfield.
<a href="<?php bloginfo('rss2_url'); ?> "><img src="yourimage.jpg"></a> Code (markup): I think that is what you were looking for John.