Subject: Re: Remove <br> after each news topic |
Author:
Said
|
[
Next Thread |
Previous Thread |
Next Message |
Previous Message
]
Date Posted: 22:57:13 07/15/05 Fri
In reply to:
Clark MacLeod
's message, "Re: Remove <br> after each news topic" on 06:13:14 07/15/05 Fri
Hey Clark
You can remove the <br> with these two lines:
CarpConf('ailink',''); //viola
CarpConf('aidesc',''); //here too..
and the rest:
CarpConf('iorder','image,link,author,date,desc');
CarpConf('cborder','');
CarpConf('bitems','<ul>');
CarpConf('aitems','</ul>');
CarpConf('bi','<li>');
CarpConf('ai','</li>');
CarpCacheShow('http://www.wired.com/news/feeds/rss2/0,2610,3,00.xml');
Regarding your css, you can style your items with either of:
(a) CarpConf('ilinkclass','newsLink');
(b) CarpConf('ilinkstyle','text-decoration:none;color:#03c;');
and if you need to get rid of the bullet:
CarpConf('bitems','<ul style="list-style-type:none">');
hope that helps..
[
Next Thread |
Previous Thread |
Next Message |
Previous Message
]
| |