Footnotes
Normally, you shouldn't put information a user will need in a footnote. Incorporate it in the page.
If information is required (legally or otherwise) but not really useful to the user, put it in a footnote. You'll have to click into the html and put your footnote text in a div tag, like this:
<div class="footnote">* Text goes here </div>
Note the space between the asterisk and the text.
The <p > tag also works:
<p class="footnote">WebMD<sup>®</sup> and HealthQuotient<sup>®</sup> are registered trademarks of WebMD<sup>®</sup>. </p>