My forum has about 10 styles so I made my Privacy Statement in the Master Style with template, hooks and all. So far so good.
My problem is some of the formatting- I need to indent & bullet a few items and have no idea how to do that. The normal html commands aren't working. Blockhead works great but I have no idea how to get the indents and bullets to work.
If it's as simple as telling to page to look up a certain CSS, I have no idea how to do that either.
Code:
<h2 class="blockhead">How we may use personal information</h2>
<br />
<ul>
<li>To provide you our online content</li>
<li>To personalize your experience</li>
<li>To receive feedback from you and respond to it</li>
<li>To contact you about anything you may submit</li>
<li>To analyze user behavior in order to improve our web and mobile products</li>
<li>To block attempts to disrupt the work of our websites and applications</li>
<li>To prevent violations of our comment posting rules</li>
</ul>
Thanks in advance for any help.