Compose tips

  • Paging Help

    Break long pages into smaller ones by means of a page tag:

    First page here.
    <!--pagebreak-->
    Second page here.
    <!--pagebreak-->
    More pages here.
  • If you include a textual smiley in your post (see chart below), it will be replaced by a graphical smiley.
    Smileys
    SmileyAcronyms
    :):) :-) :smile:
    ;);) ;-) :wink:
    :(:( :-( :sad:
    :D:D :-D :lol:
    }:)}:) }:-) :evil:
    :P:P :-P :tongue:
    :O:O :-O :shocked:
    :?:? :-? :puzzled:
    8)8) 8-) :cool:
    :jawdrop::jawdrop:
    :sick::sick: :barf:
    :-[:-[ :[ :vamp:
    :nod::nod: :agree:
    :angel::angel:
    :banana::banana:
    :banghead::banghead: :argh:
    :bawl::bawl:
    :beer::beer:
    :bat::bat:
    :bomb::bomb:
    :crash::crash:
    :cyclops::cyclops:
    :dead::dead:
    :dizzy::dizzy:
    :goof::goof:
    :love::love:
    :shakehead::shakehead: :shakes:
    :juggle::juggle: :juggles:
    :bounce::bounce: :bouncey:
    :lips::lips:
    :nonono::nonono:
    :rofl::rofl:
    :shifty::shifty:
    :sing::sing:
    :splat::splat: :explode:
    :stir::stir: :stirthepot:
    :shut::shut: :censored:
    :weee::weee:
    :whip::whip:
  • Web page addresses and e-mail addresses turn into links automatically.
  • Quoted content can be placed between [quote] tags in order to be displayed as an indented quote. Every [quote] tag must have a corresponding [/quote] tag. For example:

    [quote]This is a simple quote.[/quote]
    is displayed as:

    Quote:
    This is a simple quote.

    Additionally, there is an optional attribute which allows quotes to specify the original author.

    [quote=Mr. Drupal]This is a quote with an attribution line.[/quote]
    is displayed as:

    Mr. Drupal wrote:
    This is a quote with an attribution line.

    Finally, multiple [quote] tags can be nested within one another. Just remember that every [quote] tag must have a corresponding [/quote] tag.

    [quote]I think she says it best...
    [quote=Ms. Quotation]This is a quote nested within another quote.[/quote]
    but you can't argue with
    [quote=Ms. Reply]The more quotes, the merrier.
    Just don't get too carried away.[/quote]
    And I have nothing more to say.[/quote]
    is displayed as:

    Quote:
    I think she says it best...
    Ms. Quotation wrote:
    This is a quote nested within another quote.
    but you can't argue with
    Ms. Reply wrote:
    The more quotes, the merrier. Just don't get too carried away.
    And I have nothing more to say.
  • 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.

Feedback