Forumlar / Cotonti / Core Labs / Archive / Standard bbcodes list

Kilandor
#5145 2009-01-13 19:50
your not properly closing your tags how you should. It works just how HTML designed it when its done like that

Correct
[color=#C4A000]this[/color] [color=#3465A4]is[/color] [color=#EF2929]not[/color] right
this is not right

Incorrect
[color=#C4A000]this [color=#3465A4]is [color=#EF2929]not[/color] right[/color][/color]
this [color=#3465A4]is [color=#EF2929]not right[/color][/color]

Actually by the looks of it you didn't close each color tag and auto-close closed it.
Which meant if thats true your orginal looked like
[color=#C4A000]this [color=#3465A4]is [color=#EF2929]not[/color] right
this [color=#3465A4]is [color=#EF2929]not right