Help?

Help:Custom Block Presentation

From Textpattern CMS User Documentation

In a few cases it's helpful to create content that stands out from the normal text.

Notes

A general use div class to create block notes, for example:

This is an example note, yeah?

Use code...

<div class="notes"><p>Note text goes here.</p></div>

It's also possible to use a wiki list inside of this div to provide multi-point notes:

Notes:
  • Early birds get worms.
  • Late birds go hungry.

Use code...

<div class="notes">Notes: * Early birds get worms. * Late birds go hungry.</div>

Translations [?]