BBCodes on this forum

Inline constructs

Tag Effect
[img=SOURCE] Embed image
[i] Itallic
[b] Bold
[s] Strikeout
[u] Underline
[quote=author] Quote
[url=TARGET] Link
[email=ADDRESS] E@mail.address
[code] Code snippet
[size=SIZE] Text size
[font=FACE] Set the font face for text
[color=COLOR] Text color
[bgcolor=COLOR] Background color of text
[highlight] Highlight text
[small] Make text very small
[aname=NAME] Create an anchor in your document with a name
[jumpto=NAME] Jump to anchor created with a name

Block level constructs

Unnumbered list

[list]
* item
* item
[/list]

or

[ul]
[*] this is an item
[*] this is **an** item
[/ul]

Numbered list

[ol]
[li]this is a list item[/li]
[/ol]

Code block

[code=html]
<html>
  <head></head>
  <body></body>
</html>
[/code]

Text alignment

Tag Effect
[left] Align left
[center] Align in the middle
[right] Align right