Kilandor |
|
---|---|
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] rightthis 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] rightthis [color=#3465A4]is [color=#EF2929]not right |