Hi I'm using RSS module to show news freed from DR. I am using a razor template for item layout which contains this code
<div class="rss-feed-container col-lg-12">
<div id="rss-content">
<ul>
<li>
@GetString("RSSItemtitle")
</li>
</ul>
</div>
</div>
the problem is when it render a feed on frontend
1. for each news title it renders it's own Div, UL and li tags? why cant I get all the news titles inside one li tag ? same as template?
2. Why does it reders rss content inside a <table>(see attached PNG) when there is no table tag used in template?
Please help if anyone had the same issue or know how i can fix it. Cheers.
Best Regards
Aditya Bante