MyBB Community Forums

Full Version: How to multiple announcements in the header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I followed up the tutorial on Doc site to add announcement bar but i like to add a number of Texts in the same bar that changes automatically like tickr or Marequee like something i tried some CSS and li tags but didn't work.
<p class="newsbar_blue">
<li>Information:<a href="URL GOES HERE">Check out the new announcement bar</a></li>
<li>Information:<a href="URL GOES HERE">Check out the Rules</a></li>
<li>Information:<a href="URL GOES HERE">Something</a></li>
</p>