.:`=-~rANdOm~`-=:. Game Servers

Support (Read Only) => Suggestions => Topic started by: Eion Kilant 739 on February 03, 2012, 07:01:46 PM

Title: Problem Solved, please lock.
Post 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]
=
Code: [Select]
[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.
Title: Re: Fourm Fix Needed!
Post by: Deathie on February 03, 2012, 07:06:50 PM
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.

Code: [Select]
[color=red][size=36pt]Stress level:[/color] [color=navy]Absolute Zero[/color][/size]
should be

Code: [Select]
[size=36pt][color=red]Stress level:[/color] [color=navy]Absolute Zero[/color][/size]
so it's

Stress level: Absolute Zero
Title: Re: Fourm Fix Needed!
Post by: Eion Kilant 739 on February 03, 2012, 07:16:15 PM
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.

Code: [Select]
[color=red][size=36pt]Stress level:[/color] [color=navy]Absolute Zero[/color][/size]
should be

Code: [Select]
[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.