Oh dear i didn't mean to submit.... oh well. This is a work in progress and i'm really just trying to get my thoughts down on paper so grammar hasn't been checked.
OP below
So i am getting sick and tired of having all these buttons above this text pane, and having to relearn them every time i want to use one. This thread is designed so i and anyone else can just look up with syntax without having to learn through experimentation.
Table of contents
//TODO use list on table so not only i get my post formatted all pretty like but i also have experince with it.
openning remarks.
table of content
Bold, Italicized, and underline
Font color
bar
Bars/hr
Bold, Italicized, and underline
These simple text attributes can give your post some needed flavor, but shouldn't be over used. Add them to your text when you need to point something for the best affect.
using this in your code is simple, just surround some text with the tags. Make sure you have a end tag or it will either give your entire post the attribute. Don't nest the same tag inside of itself.
Bold: This text is to show off Bold tag.
Italic: These words have been italicized for you.
underline: What do you want underlined?
He[b]re[/b] is [i]a[/i] example of overlaping tags
Here is a example of overlaping tags done correctly
- Code: Select All Code
[b]Bold: [/b][b]This text is to show off Bold tag.[/b]
[i]Italic: [/i][i]These words have been italicized for you.[/i]
[u]underline: [/u][u]What do you want underlined? [/u]
[b]He[b]r[/b][u]e[/b] i[i]s[/u] [i][b]a[/i][/i] ex[i][u]am[/i][/b]ple o[/u][u]f ov[i]erl[/u][b]ap[/i]in[u]g t[/b]ag[/u]s
[b]Her[u]e[/b] i[i]s[/u] [b]a[/i] ex[i][u]am[/i][/b]ple o[/u]f [u]ov[i]erl[/u][b]ap[/i]ing t[/b]a[i]gs d[b]o[/i]ne c[u]or[/b]rec[/u]tly
Font color
So you might want to change the color of your. This is simply done by surrounding the desired text in the tag. The tag use a hexadecimal value for picking colors. If you select one of the presets and want to change the shade just slightly, you can make simple modification to the hex value and get a predictable result. You can also google a hex value, say "#BFBFBF" and get information on it from a third part site. You are not able to put a color tag in between a already existing color tag; if you want to change the color of a word, then you'll have to end the color tag, start your new color tag, end it and then use your original color tag right after. If you don't add a end tag, your entire post after the starting tag will be colored
Simple color test
Bold color test but end in middle
bold started before color test
nested [color=#0000FF]color test[/color]
rainbow color test.Quote color test
- Code: Select All Code
[color=#FF0000]Simple color test[/color]
[color=#FF0000][b]Bold color test[/b] but end in middle[/color]
[b][color=#FF0000]bold started [/b]before color test[/color]
[color=#FF0000]nested [color=#0000FF]color [/color]test[/color]
[color=#FF0000]rain[/color][color=#0000FF]bow[/color] [color=#804080]color [/color][color=#FFFF00]test[/color].
[color=#FF0000][quote]Quote color test[/quote][/color]
Bars
Notice how these suggestion are split up into sections by a bar? This is the hr tag. I don't know much about this tags other than it create a bar. Also it has a end tag which doesn't seem to do anything. Nest hr tag in a hr tag will not work for the second tag.
Above bar
middle of bar
Below bar
left of bar,
right of bar.
bold and above,
bold and between
bold and below
- Code: Select All Code
Above bar
[hr]middle of bar[/hr]
Below bar
left of bar, [hr][/hr]right of bar.
[b]bold and above,
[hr]bold and between[/hr]
bold and below[/b]
Quote
Spoiler
Images
URL
Center
Indent
Subscript & super script
Anchor
Link
List
*
Go to Zeus' post