erich37
Well-known member
I want to make a simple "unordered list" bullet-points and place them into the "sidebar_visitor_panel", however the "bullet points" are not showing up.
When I put this code into a "Notice", then the "bullet points" are showing up fine.
However, they do not show in the sidebar......
Thanks!
Code:
<div class="section">
<div class="secondaryContent">
<h3>Hello World</h3>
<div class="introblock">
<ul>
<li>Mickey Mouse</li>
<li>Donald Duck</li>
<li>Alice in Wonderland</li>
</ul>
</div>
</div>
</div>
When I put this code into a "Notice", then the "bullet points" are showing up fine.
However, they do not show in the sidebar......
Thanks!