Author Topic: Problem Solved, please lock.  (Read 59 times)

0 Members and 1 Guest are viewing this topic.

Offline Eion Kilant 739

  • *****
  • Posts: 551
  • -blam!-
  • Respect: +18
Problem Solved, please lock.
« on: February 03, 2012, 07:01:46 PM »
0
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.
« Last Edit: February 03, 2012, 07:16:44 PM by Eion Kilant 739 »
I have avatars and signatures disabled. There is no reason to judge people here by anything other than what they post.

Offline Deathie

  • ***
  • Windows User
    View More Badges!

  • Posts: 5293
  • Gender: Female
  • Respect: +2069
    • Some music shit I made
Re: Fourm Fix Needed!
« Reply #1 on: February 03, 2012, 07:06:50 PM »
0
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


Check out my Soundcloud for some neat stuff!

Offline Eion Kilant 739

  • *****
  • Posts: 551
  • -blam!-
  • Respect: +18
Re: Fourm Fix Needed!
« Reply #2 on: February 03, 2012, 07:16:15 PM »
0
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.
I have avatars and signatures disabled. There is no reason to judge people here by anything other than what they post.