Control Look of Module Display on Wiki Pages
Continuing to work on a project whereby I use some dynamicdrive script (rsspausescroller) on our library web pages. Thanks to the help of this community, getting closer and closer to the solution. Special thanks to chibaguy who is a work horse on these forums.....
I was able to get the code into a module (see earlier post re: scrolling rss feeds for a text file that shows how I did this)....
http://web1.co.douglas.or.us/tiki/tiki-index.php?page=scrollingrssfeeds
My new problem is that I cannot seem to control the look of the module itself on the wiki page. I do not want the box displayed at all....I am using the wiki plugin module to display it with the following syntax....

{MODULE(module=>rss_scroll,nobox=>y,decorations=>n) /}
The help on the wikiplugin shows the following:
Displays a module inlined in page:

{MODULE(module=>,float=>left|right|none,decorations=>y|n,flip=>y|n,max=>,np=>0|1,args...)}{MODULE}
decorations doesnt seem to work if I say >=n, and on some docs pages for the wikiplugin module, I found where you were suppose to be able to use nobox=y> to show no box, although this doesnt show up in the help for the plugin. I believe I have using version 1.10.
Another angle would be, I dont think I ever want the box to show up when displaying a module on the wiki page, can I edit the css to remove the boxes when displayed on a wiki page, but keep the boxes for the menu?