Thanks for your reply. I have more questions:
Quote:
Dynamic News Plugin Features
1. Dynamic/RSS Driven
2. Can set the no of news entries to be fetched from RSS
3. Supports manual entry of headlines and news detail via HTML markups
4. Supports news preview
|
Do I have to manually put the headlines and news details? If not what should I do with the following:
Quote:
<div id="container">
<div class="demo">
<div class="news-wrapper" id="snews">
<div class="news">
<div class="headline">
<a href="#" title="Title 1: Title 1 ">
JTitle 1</a>
</div>
<div class="headline">
<a href="#" title="Title 2 ">
Title 2.</a>
</div>
<div class="headline">
<a href="#" title="Title 3">
Title 3</a>
</div>
<div class="headline">
<a href="#" title="Title 4">
Title 4.</a>
</div>
</div>
</div>
</div>
</div>
|