How do i format my Terms & Condition page?

Tott3

Active member
I'm trying to do my terms & conditions but i can't format it. I'm also trying to do a list, but i can't get that to work either.

For the titles/text that should be bigger, i've tried:
Code:
<h3>1. Terms</h3>
And
Code:
</xen:h1>Text</xen:h1>

I'm using a plugin called "Help Pages", tho that one only gives me more pages inside of the help tab so don't think that should effect anything. I'm not very good at this coding thingie as you might notice :p How do i do to format text in the help tabs? Any documentation for it that i've missed?

Cheers for any help in advance.
 
I'm not familiar with that add-on but you may need to wrap the template contents in<div class="messageText baseHtml"> Your content </div>
 
Top Bottom