Adding RSS feed and Delicious to my homepage?
-
I am having a similar problem when I try to add an RSS feed option using the above FAQ link. My blog is
I used the method where I:
1. type: <img src=”image-location” />
2. I used: http://faq.files.wordpress.com/2006/11/c28.png as the image src.Can I get an assist to understand where I am going wrong?
Thanks,
Chris -
From the code I can see in the widget:
<h2 class="widgettitle">RSS Feed for My Blog</h2> <div class="textwidget"><a href="http://teleos.wordpress.com/feed"></a></div>It looks like you’re not enclosing the image code within the link code…in fact, you don’t have the image code in there at all.
The correct code to put in the widget is:
<a href="http://teleos.wordpress.com/feed"><img src="http://faq.files.wordpress.com/2006/11/c28.png"></a> -
- The topic ‘Adding RSS feed and Delicious to my homepage?’ is closed to new replies.