Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#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

#2 2007-02-08 20:36:00

blueprint
Member
From: Netherlands
Registered: 2006-03-05
Posts: 43
Website

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

Board footer

Powered by FluxBB