<close window>

Help: Long Text

Descrição

Pode usar um campo de texto longo para adicionar texto com formatação simples (como texto a bold ou lists). Sempre que adicionar texto, deverá ter o seguinte em mente:

Alguma partes do texto será formatado automáticamente, como links e endereços e-mail:

when entering
will display e.g.:

http://www.test.com

The text "http://www.test.com" formatado como um link para este URL - uma nova janela de um browser web irá ser aberto quando clicar neste link !

http://www.test.com
(a aparência visual dos links poderá variar no seu site !)

[email protected]

The text "[email protected]" formatado como link de envio de mail.

[email protected]
(a aparência visual dos links poderá variar no seu site !)

Poderá usar também estes tags de formatação:

when entering
will display e.g.:

<LINK:otherpage.php To some other page>

The text "To some other page" formatado como um link para outra página otherpage.php - não será aberta nenhuma janela nova no seu browser quando clicar no link ! Poderá claro também usar o URL completo (includo "http://..." part) em vez de apenas o nome do ficheiro (otherpage.php).

To some other page

<BOLD Some bold Text>

The text "Some bold text" formatted in bold.

Some bold text

<SPECIAL Some text with special formatting>

The text "Texto com formatação especial" num estilo definido pelo web designer. Que estlos e com que nomes ("SPECIAL") estão disponiveis na página, são definidos pelo web designer que criou a página.

Algum texto com formatação especial

---

A horizontal line. The sequence "---" deverá começar no inicio de uma linha!


* First list item
** A subitem
* Second list item with some longer text
* Third list item

By placing an asterisc or bullet list symbol at the beginning of a line you can create lists.

  • First list item
    • A subitem
  • Second list item with some longer text
  • Third list item

You can place several lines of text into a single list item by placing two spaces at the beginning of the line - like in:

* First item
  This is all part of the first list item.
* Second item
...

  • First item
    This is all text of the first list item.
  • Second item

And you can also combine different formatting commands - e.g.:

* <BOLD First item>
  This is all part of the first list item.
* Second item
...

  • First item
    This is all text of the first list item.
  • Second item

+ First list item
++ A subitem
+ Second list item with a quite long text
+ Third list item

By using a "+" (plus) instead of the asterisk, an ordered (numbered) list is created.

  1. First list item
    1. A subitem
  2. Second list item with a quite long text
  3. Third list item

aaa | bbb | ccc
111 | 222 | 333

By using the "|" symbol you can create simple tables. The "|" serves as the column delimiter.

The look of the table is defined by the web designer who created your website.

aaa bbb ccc
111 222 333

Usage

Enter the desired text (including some formatting sequences) and click the "Save" button.

A janela de edição irá fechar depois de guardar e o texto alterado irá apareçer na página.
Nalguns casos poderá ter clicar no butão "Reload Page" do seu browser internet.

<close window>