Post by Shrikeswind on Sept 20, 2006 18:20:18 GMT -5
Okay, just a run-down on the codes, for anyone who doesn't know how to use them. Notice that this will not include alignment, FTP links, or tables.
All of these are short-cutted in the Add Tags row.
Bold: It's the B button. When activated, your text becomes fat, like this. The code is...
Italics: It's the slanted I button. When activated, your text becomes slanty, like this. The code is...
Underline: It's the U button. When activated, your text gets a line under it, like this. The code is...
Strikethrough: It's the S button. When activated, your text gets a line through it, like this. The code is...
[glow=red,2,300]Glow: It's the G button. When activated, your text starts to glow a certain color, like this. The code is...
X is the color variable. 2 and 300, though can be changed, don't really need it, as you can see from this text.[/glow]
[shadow=red,left,300]Shadow: It's the D button. It creates a shadow behind your text, like this. The code is...
X is the color variable. Y is the direction variable. You can make this up, down, left, right, or center. Center is indeterminable from Glow.[/shadow]
Horizontal rule: It's the left-right double-arrow button. It makes a line between text, like above. The code is...
Font size: It's the A and up-down double-arrow button. It changes the font size, like this. The code is...
Z is the size variable. The lowest you can get is 1.
Font face: It's the red A button. It changes the font, like this. The code is...
W is the font variable. Try any font you have on your computer, but if it's your first time using it here, test it in a PM to yourself first.
Hyperlink: It's the globe button. It makes the text a link to a page, like here. The code is..
V is the site variable. Depending on where you want the link to go, you change this.
E-mail: It's the evelope button. Similar to a hyperlink, except that only the e-mail address can go inside. The code is...
Superscript: It's the "Sup" button. This makes text that goes above the rest of the text, though it continues as usual, like this. The code is...
Subscript: It's the "Sub" button. This is the opposite of superscript; it lowers the text. The code is...
Teletype: It's the type-writer button. It makes the text look type-written, like here. The code is...
Code: It's the # button. This creates blocks of text where code and emoticons become text (which are seen above.) The code is...
In the /code, you would remove the space.
List
All of these are short-cutted in the Add Tags row.
Bold: It's the B button. When activated, your text becomes fat, like this. The code is...
[b][/b]
Italics: It's the slanted I button. When activated, your text becomes slanty, like this. The code is...
[i][/i]
Underline: It's the U button. When activated, your text gets a line under it, like this. The code is...
[u][/u]
[s][/s]
[glow=red,2,300]Glow: It's the G button. When activated, your text starts to glow a certain color, like this. The code is...
[glow=X,2,300][/glow]
X is the color variable. 2 and 300, though can be changed, don't really need it, as you can see from this text.[/glow]
[shadow=red,left,300]Shadow: It's the D button. It creates a shadow behind your text, like this. The code is...
[shadow=X,Y,300][/shadow]
X is the color variable. Y is the direction variable. You can make this up, down, left, right, or center. Center is indeterminable from Glow.[/shadow]
[move][/move]
Horizontal rule: It's the left-right double-arrow button. It makes a line between text, like above. The code is...
[hr]
Font size: It's the A and up-down double-arrow button. It changes the font size, like this. The code is...
[size=Z][/size]
Z is the size variable. The lowest you can get is 1.
Font face: It's the red A button. It changes the font, like this. The code is...
[font=W][/font]
W is the font variable. Try any font you have on your computer, but if it's your first time using it here, test it in a PM to yourself first.
Blockquote: It's the right-pointing arrow button. It chunks up the text so that it's all equally aligned, like here, and centers the text. However, it will only extend so far. The code is...
[blockquote][/blockquote]
Hyperlink: It's the globe button. It makes the text a link to a page, like here. The code is..
[url=V][/url]
V is the site variable. Depending on where you want the link to go, you change this.
E-mail: It's the evelope button. Similar to a hyperlink, except that only the e-mail address can go inside. The code is...
[email][/email]
Superscript: It's the "Sup" button. This makes text that goes above the rest of the text, though it continues as usual, like this. The code is...
[sup][/sup]
Subscript: It's the "Sub" button. This is the opposite of superscript; it lowers the text. The code is...
[sub][/sub]
Teletype: It's the type-writer button. It makes the text look type-written, like here. The code is...
[tt][/tt]
Code: It's the # button. This creates blocks of text where code and emoticons become text (which are seen above.) The code is...
[code]
[/code]In the /code, you would remove the space.
Quote: It's the paper-and-arrow button. This creates a quote block, like this. The code is...
[quote=U][/quote]
U is the name variable. Change for names. If no name is necessary, you don't need the = sign.
List
- It's the three lines with dots next to them button.
- This creates a list, like this.
- The code is...
[ul][li][/li][/ul]
Hit the enter key and add a[/li][li]
for each bullet you need.