You want sliders inside news?
Easy solution:
Find a suitable javascript (look in sites like
http://dynamicdrive.com ).
Include the javascript to the header where you want to display the javascript.
Put all neccessary syntax in the news element.
E.g if your slider uses an unordered list with a class slider, you will have to put something like this in your news:
- Code: Select all
<ul class="slider">
<li><img src="1.jpg" /></li>
<li><img src="2.jpg" /></li>
<li><img src="3.jpg" /></li>
<li><img src="4.jpg" /></li>
</ul>
If you find a good slider this should be quite easy (just have to find img urls). You could probably also make an addon for doing this, but I think that will be too much trouble compared to what it's worth.