CODE, QUOTE and CODEBOXTo help the formatting of this board, as well on easing the eyes a bit, there are three tags to use, [CO
DE], [QU
OTE] and [CO
DEBOX]. There are also buttons on the board's text editor that accomplish the same goal. These are here to help faciliate posting snippets of code so it all just doesn't run together and people can distinguish easily between your post and your code.
CODEUsage is simple:
[CODE]HELLO[/CODE] will display:
CODE
HELLO
QUOTEThe quote tags appear the same, however with quote tags, you can then format the text inside using colors and sizes to distinguish things. These come in handy, to pin point errors (when someone responds to a post) by color coding the error so the topic starter will see it easier.
Usage:
[QUOTE][color=red]HELLO![/color][/QUOTE] will display:
QUOTE
HELLO!
If you only want to quote a few lines from the original post, all you need to do is go back and remove the stuff between the "quote" tags. For example, by pressing the "quote" button, I get the following automatically inserted in my reply:
CODE
[quote name='Kelsenellenelvian' date='Dec 29 2007, 05:00 AM' post='724392']Please post in the proper foum sections. I moved your 2 posts to where they should go as they have NOTHING to do with WinXP they are general forum questions.[/quote]
You can also edit between the "quote" tags to remove text, like so:
CODE
[quote name='Kelsenellenelvian' date='Dec 29 2007, 05:00 AM' post='724392']
Please post in the proper foum sections.
[/quote]
The above will show something like this:
QUOTE (Kelsenellenelvian @ Dec 29 2007, 05:00 AM)

Please post in the proper foum sections.
The quote+ buttons allow you to quote multiple posts, from any threads. You can click on the quote+ button on several posts, and then hit the "Add Reply" button at the top or bottom of the page. All of the posts that you've selected will now appear within quote tags.
CODEBOXAnother tag that can help with formatting is [co
debox]. Unfortunately, there currently isn't a button on the editor that will input this tag for you. But you can enter it manually.
This tag encapsulates text into a fixed box. Scrollbars appear if there is too much text to be displayed in the box. People can more easily scan a thread without having to scroll through lots of code, or they can use the codebox to examine the code. codebox tags prevent the breaking of tables that code and quote tags sometimes do.
Usage is simple.
[codebox] your text [/codebox] will display:
CODE
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
Merged Alanoll's, mine and Zxian's post into this one. Special thanks to Falcon4 for his formatting tips.