Pages: 1
Print
Author Topic: Formatting Codes Supported on the XMetaL Community Forums  (Read 3004 times)
Derek Read
Program Manager (XMetaL)
Administrator
Member

Posts: 1402



WWW
« on: May 19, 2009, 12:47:25 PM »

Formatting Codes Supported on the XMetaL Community Forums

Use the following codes to fancy up your posts.

Plain text separated by simple line breaks is good enough for most people but the following "BBCodes" are supported.

I'm listing them here because not all of them have an associated button to make inserting them easy, and not all BBCodes supported by the software that drives this forum (SMF) are enabled.

In most cases the name and usage of the BBCode is similar to the equivalent HTML tag.



BBCode:     Example:     Renders As:
abbr     [abbr=exempli gratia (for example)]eg[/abbr]     eg


acronym     [acronym=eXtensible Markup Language]XML[/acronym]     XML


b     [b]bold text[/b]     bold text


code     [code]//XMetaL Script Language JScript:
Application.Alert("hello world");[/code]
     
Code:
//XMetaL Script Language JScript:
Application.Alert("hello world");


center     [center]centered text[/center]     
centered text


color     [color=red]coloured text[/color]     coloured text

     [color=#3399FF]coloured text[/color]     coloured text


hr     [hr]     


i     [i]italicized text[/i]     italicized text


list + li     [list][li]item 1[/li]
[li]item 2[/li]
[li]item 3[/li][/list]
     
  • item 1
  • item 2
  • item 3

     [list][*]item 1
[*]item 2
[*]item 3[/list]
     
  • item 1
  • item 2
  • item 3

     [list][x]item 1
[x]item 2
[x]item 3[/list]
     
  • item 1
  • item 2
  • item 3

     [list][o]item 1
[o]item 2
[o]item 3[/list]
     
  • item 1
  • item 2
  • item 3

     [list]
[li]item
[list][li]nested item[/li][/list]
[/li]
[li]item[/li]
[/list]
     
  • item
    • nested item
  • item


left     [left]left aligned text[/left]     
left aligned text


quote     [quote]Lorem ipsum dolor sit amet...[/quote]     
Quote
Lorem ipsum dolor sit amet...

     [quote=http://www.w3.org/TR/xml/#sec-common-syn]Lorem ipsum dolor sit amet...[/quote]     
Lorem ipsum dolor sit amet...

     [quote=John Smith]Lorem ipsum dolor sit amet...[/quote]     
Quote from: John Smith
Lorem ipsum dolor sit amet...


right     [right]right aligned text[/right]     
right aligned text


s     [s]strike-through text[/s]     strike-through text


sub     H[sub]2[/sub]O     H2O


sup     E=mc[sup]2[/sup]     E=mc2


tt     [tt]monospaced text[/tt]     monospaced text


table + tr + td     [table]
[tr][td]r1c1[/td][td]r1c2[/td][/tr]
[tr][td]r2c1[/td][td]r2c2[/td][/tr]
[/table]
     
r1c1r1c2
r2c1r2c2


url     [url]http://www.xmetal.com[/url]     http://www.xmetal.com

     [url=http://www.xmetal.com]link description[/url]     link description


u     [u]underlined text[/u]     underlined text
« Last Edit: June 18, 2009, 12:22:29 PM by Derek Read » Logged
Pages: 1
Print
Jump to: