Previous [Chapter 9: Optimizing Plone] | Contents | Next [Appendix A: Resources]

Chapter 10: Structured Text

Basic text formatting

Headers and paragraphs

Preformatted Text

Enter this:

        The next block of text will be formatted exactly the way I have typed it::

            This is all preformatted.

                Your formatting will be used until...
                ... you stop indenting text.
                None of the *structured text* **commands** _work_ here.

            This is still indented.

        This is no longer preformatted.

To get this:

The next block of text will be formatted exactly the way I have typed it:

        This is all preformatted.

            Your formatting will be used until...
                ... you stop indenting text.
            None of the *structured text* **commands** _work_ here.

        This is still indented.

This is no longer preformatted.

Enter this:

        Some ordinary text here.  Some 'preformatted text here'.  More ordinary text.

to get this:

Some ordinary text here. Some preformatted text here. More ordinary text.

Lists

Links

Images

Tables

Enter this:

        |------------------------------------|
        | Fruit     | Nut        | Mammal    |
        |====================================|
        | Apple     | Peanut     | Squirrel  |
        |------------------------------------|
        | Orange    | Macadamia  | Woodchuck |
        |------------------------------------|
        | Banana    | Walnut     | Dolphin   |
        |------------------------------------|
        | This spans 2 columns!  | Cat       |
        |------------------------------------|
        | Pear      | This spans 2 columns!  |
        |------------------------------------|
        | This spans 3 columns!              |
        |------------------------------------|

to get this:

Fruit

Nut

Mammal

Apple

Peanut

Squirrel

Orange

Macadamia

Woodchuck

Banana

Walnut

Dolphin

This spans 2 columns!

Cat

Pear

This spans 2 columns!

This spans 3 columns!

View the Structured Text used to create this page

$Id: 10,v 1.4 2003/06/23 05:11:19 zopezen Exp $

Previous [Chapter 9: Optimizing Plone] | Contents | Next [Appendix A: Resources]