Note: The Big Medium content manager is accessible to all versions of every browser. However, your browser may not support basic Web standards, preventing the best display of the Big Medium tools. We support the campaign of the Web Standards Project encouraging users to upgrade to modern browsers.

Moxie Code is a tagging system that lets you include simple formatting in your text.
[LINK] tag. For example:[LINK: http://www.globalmoxie.com]Global Moxie[/LINK]http://www.globalmoxie.com. Note that the closing tag has a slash in it: [/LINK].
[LINK] tag to create the link and the [#] "pound" tag to create the target for the link. Follow these steps:
[LINK] tag to add the link to the target spot, preceding the target spot's name with # (the pound sign). For example:[LINK: #jump]This is the link text[/LINK][#] tag to identify the target spot, again using the target spot's name. For example:[#:jump]I want to land here when I click the link.[LINK] tag and the [#] tag. Note that unlike other Moxie Code tags, the [#] tag does not have a closing tag.
To create a link to an e-mail address, type the e-mail address surrounded by the [EMAIL] tag:
[EMAIL]yourname@yoursite.com[/EMAIL]
Note that the closing tag has a slash in it: [/EMAIL].
To format bold text, type the text surrounded by the [B] tag:
[B]bold text[/B]
Note that the closing tag has a slash in it: [/B].
To format italic text, type the text surrounded by the [I] tag:
[I]italic text[/I]
Note that the closing tag has a slash in it: [/I].
To format underlined text, type the text surrounded by the [U] tag:
[U]underlined text[/U]
Note that the closing tag has a slash in it: [/U].
Use the [ALIGN] tag to center, left-align, right-align or justify text:
[ALIGN:L]Left-aligned text[/ALIGN]
[ALIGN:C]Centered text[/ALIGN]
[ALIGN:R]Right-aligned text[/ALIGN]
[ALIGN:J]Justified text[/ALIGN]
(Not all browsers support justified text.)
Note that the closing tag has a slash in it: [/ALIGN]
To indicate a long quotation by indenting the text, type the text surrounded by the [QUOTE] tag:
[QUOTE]This is a famous quotation.[/QUOTE]
Note that the closing tag has a slash in it: [/QUOTE].
[LIST] tag and start each element of the list with a [*] "bullet" tag:
[LIST]
[*]First item.
[*]Second item.
[*]Third item.
[/LIST]
Numbered lists
To number the items in the list, add a "1" to the opening [LIST] tag like this:
[LIST:1]
[*]First item.
[*]Second item.
[*]Third item.
[/LIST]
Lettered lists
To use letters (a, b, c, d) instead of numbers to order your list, add an "a" to the opening [LIST] tag like this:
[LIST:a]
[*]First item.
[*]Second item.
[*]Third item.
[/LIST]
Note that the closing tag for all lists has a slash in it: [/LIST].
Need more help?
For further assistance and documentation, visit the website of Global Moxie, the developer behind Big Medium.