About CyberArmy |
|
| CyberArmy. RecentChanges. RelatedNodes. | |
|
BBCode Help
[email] webmaster@cyberarmy.net [/email] [email=webmaster@cyberarmy.net] email the webmaster [/email] Similar to the [url] tag, [email] allows you to properly hyperlink an email address. [colour=red] some red text [/colour] [color=#00dd00] some green text [/color] The [colour] (or [color]) tag lets you change the colour of the text between them. You can use HTML colour names or hexadecimal codes, beginning with #. [b] bold [/b] [i] italic [/i] [u] underline [/u] You can use these tags to emphasize parts of your text. [list] [*] item 1 in unordered list [*] item 2 in unordered list [/list] [list=x] [*] item 1 in ordered list [*] item 2 in ordered list [*] item 3 in ordered list [/list] [list] allows you to create bulletted lists. If a parameter x is supplied, which must be one of 1,A,a,I,i, an ordered list will be created. The parameter specifies the type of list counter (numbers from 1, letters from A or a, or Roman numerals from I or i). Within the [list] tags, each element of the list must be prefixed by [*]. [img] [/img]
[img=http://includes.cyberarmy.net/header/cyberarmy.gif] CyberArmy Logo [/img] Use [img] to insert an image into your post. If a parameter is specified, this is the address of the image to insert, and the text between the pair of tags makes up the ALT description of the image. [quote] Injustice anywhere is a threat to justice everywhere. -- Martin Luther King, Jr. [/quote] Text in [quote] tags is indented relative to the rest of the post. [code] /* Duff's Device */ register int n = (count + 7) / 8; switch (count % 8) {
case 0: do { *to = *from++;
case 7: *to = *from++;
case 6: *to = *from++;
case 5: *to = *from++;
case 4: *to = *from++;
case 3: *to = *from++;
case 2: *to = *from++;
case 1: *to = *from++;
} while (--n > 0);
}
[big] Important notice: [/big] [small]Disclaimer: Any opinions expressed in this post are those of the poster alone, and in no way necessarily those of CyberArmy.[/small] [big] lets you insert larger text. This could be used to write headings, emphasize points, etc. [small] lets you insert smaller text. Could be used in conjunction with [code] to post large amounts of source, for example :) [center] This text is central [/center] [center] can be used to align text centrally in a message. |
|
| Last modified on 2008-05-20 08:57:34 by purefreak. | |
| CyberArmy::Wiki/0.1 | |