These additional codes are now aviable:
Function: Textbackground
Code:
[bg=.].[/bg] (Backgroundcolor/Background Picture)
Example:
The background is a html Colorcode
Background is a Picture
Function: Field
Code:
[fieldset=.].[/fieldset]
Example:
Here is the Headline Text
Field without a Headline
Function: Superscript Subscript
Code:
[sup].[/sup] and [sub].[/sub] (superscript/subscript)
Example in size large:
Superscript
Subscribt
Function: Line above Text
Code:
[o].[/o] (overline)
Example
Line above Text
Function: Tooltip
Code:
[tooltip=.].[/tooltip] (when mouse is hovered over text, displays a tooltip)
Example with Action:
when mouse is hovered over text, displays a tooltip
Function: small letters in capital letters
Code:
[sc].[/sc] (small caps)
Beispiel:
This was written in a small size!
Function: make smaller, make bigger
Code:
[small].[/small] and [big].[/big] (shortcuts to make something smaller/bigger)
Example in normal Size:
smaller
bigger
Function: Text indent
Code:
[indent].[/indent] (indent some text)
Example:
The text will be indent here,
wie der englische Ausdruck ja schon auch herleiten lässt.
Das Dumme für die Aktion ist, daß man dafür viel Text schreiben muß.
So manches ist ja nun einmal sinnlos im Leben - wie z.B. die Verdeutlichung einer Funktion die vermutlich sowieso keiner nutzen wird
Function: Center Text Direction
Code:
[left/center/right].[/left/center/right] (shortcuts for alignment)
Beispiel:
left centered
centered to the middle
right centered
Function: Warn-, Alarm-, Infotext
Code:
[warn/alert/info].[/warn/alert/info] (predefined CSS divisions)
Example:
Warning Text
Alarm Text
Info Text
Function: make a table
Code:
[table]
row 1, cell 1[cell]row 1, cell 2[cell]row 1, cell 3
[row]
row 2, cell 1[cell span=2 align=right]row 2, cell 2 (right aligned, with colspan=2)
[row=red]
row 3, cell 1 (red background)[cell=green]row 3, cell 2 (green background)[cell w=50]row 3, cell 3 with width of 50px
[/table]
Example:
This Code:
Code:
[table]
[row]
[cell=grey align=center]
[color=#000000]Headline 1[/color]
[cell=grey align=center]
[color=#000000]Headline 2[/color]
[cell=grey align=center]
[color=#000000]Headline 3[/color]
[cell=grey align=center]
[color=#000000]Headline 4[/color]
[cell=grey align=center]
[color=#000000]Headline 5[/color]
[cell=grey align=center]
[color=#000000]Headline 6[/color]
[cell]
[row]
[cell=#999999 align=center]
[color=#FFFFFF]row 1[/color]
[cell=#999999 align=center]
[color=#FFFFFF]row 1[/color]
[cell=#999999 align=center]
[color=#FFFFFF]row 1[/color]
[cell=#999999 align=center]
[color=#FFFFFF]row 1[/color]
[cell=#999999 align=center]
[color=#FFFFFF]row 1[/color]
[cell=#999999 align=center]
[color=#FFFFFF][/color]
[cell]
[row]
[cell=#999999 align=center]
[color=#FFFFFF]row 2[/color]
[cell=#999999 align=center]
[color=#FFFFFF]row 2[/color]
[cell=#999999 align=center]
[color=#FFFFFF]row 2[/color]
[cell=#999999 align=center]
[color=#FFFFFF]row 2[/color]
[cell=#999999 align=center]
[color=#FFFFFF]row 2[/color]
[cell=#999999 align=center]
[color=#FFFFFF]row 2[/color]
[cell]
[row]
[cell=#999999 align=center]
[color=#FFFFFF]row 3[/color]
[cell=#999999 align=center]
[color=#FFFFFF]row 3[/color]
[cell=#999999 align=center]
[color=#FFFFFF]row 3[/color]
[cell=#999999 align=center]
[color=#FFFFFF]row 3[/color]
[cell=#999999 align=center]
[color=#FFFFFF]row 3[/color]
[cell=#999999 align=center]
[color=#FFFFFF]row 3[/color]
[cell]
[row]
[cell=grey align=center]
[color=#FFFFFF]row 4[/color]
[cell=grey align=center]
[color=#FFFFFF]row 4[/color]
[cell=grey align=center]
[color=#FFFFFF]row 4[/color]
[cell=grey align=center]
[color=#FFFFFF]row 4[/color]
[cell=grey align=center]
[color=#FFFFFF]row 4[/color]
[cell=grey align=center]
[color=#FFFFFF]row 4[/color]
[cell]
[row]
[cell=red align=center]
[color=#FFFFFF]row 5[/color]
[cell=green align=center]
[color=#FFFFFF]row 5[/color]
[cell=black align=center]
[color=#FFFFFF]row 5[/color]
[cell=#FFA500 align=center]
[color=#FFFFFF]row 5[/color]
[cell=#FF1493 align=center]
[color=#FFFFFF]row 5[/color]
[cell=#000080 align=center]
[color=#FFFFFF]row 5[/color]
[cell]
[row]
[cell=grey align=center]
[color=#FF1493]row 6[/color]
[cell=grey align=center]
[color=#4682B4]row 6[/color]
[cell=grey align=center]
[color=#FFA500]row 6[/color]
[cell=grey align=center]
[color=#FFFFE0]row 6[/color]
[cell=grey align=center]
[color=#000080]row 6[/color]
[cell=grey align=center]
[color=#FF0000]row 6[/color]
[cell]
[/table]
will execute this table:
[
Headline 1
Headline 2
Headline 3
Headline 4
Headline 5
Headline 6
row 1
row 1
row 1
row 1
row 1
row 2
row 2
row 2
row 2
row 2
row 2
row 3
row 3
row 3
row 3
row 3
row 3
row 4
row 4
row 4
row 4
row 4
row 4
row 5
row 5
row 5
row 5
row 5
row 5
row 6
row 6
row 6
row 6
row 6
row 6
Function: HTML Entities
Code:
:.: (shortcut for HTML entities, eg :x61: embeds "a")
Function: Formhandler functional boxes
Code:
[form=.].[/form] (embeds a form)
[input=.].[/input] (hidden input field, used for forms)
[textbox=.].[/textbox] (textbox)
[textarea=.].[/textarea] (textarea)
[checkbox=.].[/checkbox] (checkbox)
[option=.].[/option] (option button)
Function: List with pictures as seperators
Code:
[list=http://.]. (allow images as list bullets)
Function: Anchors to be linked in posts
Code:
[anchor].[/anchor] (creates an anchor point)
[anchor=.].[/anchor] (link to the anchor point)
Function: Bind flash objects into posts
Code:
[flash=320x240].[/flash] (embed flash object (uses DHTML))
Funktion: Div Tag for html posts
Code:
[box=.].[/box] (creates a DIV tag)
Function: float
Code:
[float=.].[/float] (float something (you may want to make sure you have a "clear" placed at the bottom of each post/signature))
[clear] (to be used with the above code)
Have fun with the new codes