Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-02-08 18:16:15
- macinchik
- Member
- Registered: 2007-02-08
- Posts: 17
Make the RSS/Atom links into icons
I want to make my RSS links into the nice snazzy orange RSS icons. How do I tell <txp:feed_link label=“RSS” /> to display as a linked image?
Offline
Re: Make the RSS/Atom links into icons
I couldn’t make it work either with this tag, so I came to another working yet dirty solution:
I uploaded the image I wanted and added the following code to the page:
<a href="<txp:site_url />/rss/?section=yoursection">
<img alt="rss" src="<txp:site_url />/images/the_rss_image.gif" />
</a>
Offline
#3 2007-02-08 21:10:15
- macinchik
- Member
- Registered: 2007-02-08
- Posts: 17
Re: Make the RSS/Atom links into icons
ah, that makes sense. for future reference, i was able to get this to work:
<txp:feed_link label=”<img border=‘0’ src=‘feed12.gif’>” />
Offline
Pages: 1