Using UBB-Codes is a simple way to format your posts. (deutsche Version)

Bold

Text between [B] and [/B] appears in bold letters.

Code:

This text is [B]bold[/B].

Result:

This text is bold.


Italic

Text between [I] and [/I] appears in italic letters.

Code:

This text is [I]italic[/I].

Result:

This text is italic.


Center

Text between [CENTER] and [/CENTER] is centered.

Code:

[CENTER]Centered![/CENTER]

Result:

Centered!


Images

Put the URL of the picture you want to insert between [IMG] and [/IMG].

Code:

[IMG]http://img.webmart.de/f/1.gif[/IMG]

Result:

Smiley


Links

If you want to put a link to another homepage put the URL between [URL] and [/URL].

  1. URL and linked text are similar:

    Code:

     [URL]http://www.webmart.de[/URL]
    

    Result:

    http://www.webmart.de

    <a href="http://www.webmart.de">http://www.webmart.de</a>

  2. URL and linked text are different:

    Code:

     [URL=http://www.webmart.de]WebMart Homepage[/URL] aus.
    

    Result:

    WebMart Homepage

    <a href="http://www.webmart.de">WebMart Homepage</a>


Listen

Put [LIST] and [/LIST] around the elements of your list. To add a new element start it with [*].

Code:

[LIST]
[*]First element
[*]Second element
[/LIST]

Result:


Quoting

Put [QUOTE] and [/QUOTE] around the text you want to quote.

Code:

[QUOTE]Hey! Mr. Tambourine Man, play a song for me,
I'm not sleepy and there is no place I'm going to.
Hey! Mr. Tambourine Man, play a song for me,
In the jingle jangle morning I'll come followin' you.[/QUOTE]

Result:

Hey! Mr. Tambourine Man, play a song for me,
I'm not sleepy and there is no place I'm going to.
Hey! Mr. Tambourine Man, play a song for me,
In the jingle jangle morning I'll come followin' you.

Code

You can insert some formatted text (e.g. programmcode) between [CODE] and [/CODE]. (Spaces won't be deleted.)

Code:

[CODE]
<HTML>
<BODY>
    <H1>Eine Überschrift</H1>
</BODY>
</HTML>
[/CODE]

Result:

<HTML>
<BODY>
    <H1>Testtext</H1>
</BODY>
</HTML>

YouTube video

You can insert a YouTube video. Put the ID of your YouTube video between [YOUTUBE] and [/YOUTUBE].

Code:

[YOUTUBE]1234567890[/YOUTUBE]