.:`=-~rANdOm~`-=:. Game Servers
Support (Read Only) => Suggestions => Topic started by: Eion Kilant 739 on February 03, 2012, 07:01:46 PM
-
So I was making a post and this happened:
Stress level: Absolute Zero[/size]
=
[color=red][size=36pt]Stress level:[/color] [color=navy]Absolute Zero[/color][/size]
If you don't see the problem, it's that ["/color] works as ["/size] too.
-
Usually it doesn't matter, but your formatting is wrong.
The way the syntax (if you want to call it that) works is that it closes EVERYTHING when you have a /close that was within it.
So [color][size][/color] will close the [size] as well.
[color=red][size=36pt]Stress level:[/color] [color=navy]Absolute Zero[/color][/size]
should be
[size=36pt][color=red]Stress level:[/color] [color=navy]Absolute Zero[/color][/size]
so it's
Stress level: Absolute Zero
-
Usually it doesn't matter, but your formatting is wrong.
The way the syntax (if you want to call it that) works is that it closes EVERYTHING when you have a /close that was within it.
So [color][size][/color] will close the [size] as well.
[color=red][size=36pt]Stress level:[/color] [color=navy]Absolute Zero[/color][/size]
should be
[size=36pt][color=red]Stress level:[/color] [color=navy]Absolute Zero[/color][/size]
so it's
Stress level: Absolute Zero
Interesting, thanks. I'll keep that in mind.