Images and Text in Feeds
Deleted user

Is there a way, when using the Javascript link, to limit the number of entries shown? Seems to default to 5. Also, is it possible just to show the movie images and not the product title? I've toyed with the css, but display:hidden always seems to hide everything with those div's--
Conversely, is there a way to add the image with the RSS feed?
Conversely, is there a way to add the image with the RSS feed?

Is there a way, when using the Javascript link, to limit the number of entries shown?
I added a quick change to allow this but you will have to add limit=x to the url string (max is 10)
Also, is it possible just to show the movie images and not the product title?
I added an additional span tag around the links, should be able to hide them now by adding :
div#listallist span.link {display:none;}
Where in the rss should the image be, in the description? What is this needed for?
Deleted user

I must have been doing something wrong with my limit as well the css- I will go back and work with it- thanks you.
As for the RSS- it was just an aesthetic tweak I was trying to mess around with on my blog. Tha javascript works just as well, though- Overall, I really love Listal. Thanks for the assitance!!
As for the RSS- it was just an aesthetic tweak I was trying to mess around with on my blog. Tha javascript works just as well, though- Overall, I really love Listal. Thanks for the assitance!!