| 1 |
[size=3][color=red][u]overview of coded bb-code commands. for USAGE REMOVE THE STARS ("*").[/u][/color][/size]
|
|
|
| 2 |
\n
|
|
|
| 3 |
\n
|
|
|
| 4 |
// format the bold tags: [*b]bold text[/b]
|
|
|
| 5 |
// becomes [b]bold text[/b]
|
|
|
| 6 |
\n
|
|
|
| 7 |
\n
|
|
|
| 8 |
// format the quote tags: [*quote]quoted text[/quote]
|
|
|
| 9 |
// becomes [quote]quoted text[/quote]
|
|
|
| 10 |
|
|
|
| 11 |
\n
|
|
|
| 12 |
// format the italic tags: [*i]italic text[/i]
|
|
|
| 13 |
// becomes [i]italic text[/i]
|
|
|
| 14 |
\n
|
|
|
| 15 |
\n
|
|
|
| 16 |
// format the underline tags: [*u]underlined text[/u]
|
|
|
| 17 |
// becomes [u]underlined text[/u]
|
|
|
| 18 |
\n
|
|
|
| 19 |
\n
|
|
|
| 20 |
// format the strike tags: [*s]striked text[/s]
|
|
|
| 21 |
// becomes [s]striked text[/s]
|
|
|
| 22 |
\n
|
|
|
| 23 |
\n
|
|
|
| 24 |
// format the url tags: [*url=http://www.zero-k.info]this link goes to zero-k[/url]
|
|
|
| 25 |
// becomes: [url=http://www.zero-k.info]this link goes to zero-k[/url]
|
|
|
| 26 |
\n
|
|
|
| 27 |
\n
|
|
|
| 28 |
// format the img tags: [*img]http://zero-k.info/img/avatars/khomeini2.png[/img]
|
|
|
| 29 |
// becomes: [img]http://zero-k.info/img/avatars/khomeini2.png[/img]
|
|
|
| 30 |
\n
|
|
|
| 31 |
\n
|
|
|
| 32 |
// format img tags with alt: [*img=http://zero-k.info/img/avatars/khomeini2.png.BrokenLinkToUseAltText]this is the alt text[/img]
|
|
|
| 33 |
//becomes [img=http://zero-k.info/img/avatars/khomeini2.png.BrokenLinkToUseAltText]this is the alt text[/img]
|
|
|
| 34 |
\n
|
|
|
| 35 |
\n
|
|
|
| 36 |
//format the colour tags: [*color=red]your coloured text[/color]
|
|
|
| 37 |
// becomes: [color=red]your coloured text[/color]
|
|
|
| 38 |
// supports UK English and US English spelling of colour/color
|
|
|
| 39 |
\n
|
|
|
| 40 |
\n
|
|
|
| 41 |
// format the size tags: [*size=3]your sized text[/size]
|
|
|
| 42 |
// becomes: [size=3]your sized text[/size]
|
|
|
| 43 |
\n
|
1 |
|