Compose tips

  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.
  • You may use [block:module=delta] tags to display the contents of block delta for module module. To discover module names and deltas, visit admin/build/block and hover over a block's configure link and look in your browser's status bar. The last "word" you see is the name of the module and the number following that is the delta. If you leave off the delta in an Insert Block tag, the default delta will be used.
  • Paging Help

    Break long pages into smaller ones by means of a page break tag (e.g. <!--pagebreak-->):

    First page here.
    <!--pagebreak-->
    Second page here.
    <!--pagebreak-->
    More pages here.

    Automatic page breaking based on character or word count is also supported.