Support (Read Only) > Suggestions

Problem Solved, please lock.

(1/1)

Eion Kilant 739:
So I was making a post and this happened:

Stress level: Absolute Zero[/size]
=

--- Code: ---[color=red][size=36pt]Stress level:[/color] [color=navy]Absolute Zero[/color][/size]
--- End code ---

If you don't see the problem, it's that ["/color] works as ["/size] too.

Deathie:
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: ---[color=red][size=36pt]Stress level:[/color] [color=navy]Absolute Zero[/color][/size]
--- End code ---

should be


--- Code: ---[size=36pt][color=red]Stress level:[/color] [color=navy]Absolute Zero[/color][/size]
--- End code ---

so it's

Stress level: Absolute Zero

Eion Kilant 739:

--- Quote from: Tachikoma M.D. 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: ---[color=red][size=36pt]Stress level:[/color] [color=navy]Absolute Zero[/color][/size]
--- End code ---

should be


--- Code: ---[size=36pt][color=red]Stress level:[/color] [color=navy]Absolute Zero[/color][/size]
--- End code ---

so it's

Stress level: Absolute Zero

--- End quote ---

Interesting, thanks. I'll keep that in mind.

Navigation

[0] Message Index

Go to full version