1
I'm using the headlines module to display RSS feed.
In my headlines block I would like to use css on the links to change the style of the links. Where do I add my class=""
I was able to make the changes on the headlines page, xoopsheadline_feed.html but my block only contains-
<{foreach item=feed from=$block.feeds}>
< p><{$feed}>< /p>
<{/foreach}>
Thanks,
Dan