Hi:
To answer your questions:
1) The most robust way to change the format of the ouput is just to directly modify function formatrssmessage() inside the .js file. For example, to add a line break after the title and label elements, you might try adding the code in red below to the following line:
Code:
rssoutput+=itemcontainer + itemtitle + " " + itemlabel + "<br /> " + itemdate + "\n" + itemdescription + itemcontainer.replace("<", "</") + "\n\n"
For 2) and 3), try the below modified .js file, which adds a fade in/out effect, plus adds an ellipsis to titles greater than 15 characters (to change 15 to another number, just search for "15" inside the .js file.
For 4/5, you should be able to do this just by using CSS to target the relevant sections within each RSS item. If you need additional help let me know.
Bookmarks