1. How do I get rid of the border. 2. Why is the module picking up already trashed articles.
Thanks.
The administrator has disabled public write access.
#2123
bsadrin(User)
Fresh Boarder
Posts: 2
Re:Border 2007/08/08 01:27
Karma: 0  
HI, you can remove the border, if you change the CSS in the file mod_newsscrollerjp.php. the part of css is : #newsscrollerjp { height:<?php echo $height; ?>px; border: 1px solid #999;width:100%;overflow:hidden; } and you change by : #newsscrollerjp { height:<?php echo $height; ?>px; border: 0px solid #999;width:100%;overflow:hidden; } Best regard.... Ben
Post edited by: bsadrin, at: 2007/08/08 01:28
The administrator has disabled public write access.