
Within the terms and conditions, web page commands (HTML) can be used to format the text. Example formatting commands are as follows:-
<b>This will be bold
</b>
<u>This will underline
</u>
£ can be used for a pound symbol.
&euro can be used for a euro symbol.
<br> Creates a line break.
<ul>
<li>This is the first bullet point
</li>
<li>This is the second bullet point
</li>
</ul>