_iPhoenix_ wrote:
I am running "Version 56.0.2924.87 (64-bit)" of Google Chrome on a Mac.
In the [code] tag, there are spaces, select the text, and you'll see it.
SourceCoder 3 () wrote:
:ZStandard
:ZSquare
:Disp "Hello World"
:Text(1,1,"Hello World")
:"Look at the end of the ZStandard/ZSquare."
:"If the space isn't there, it fails"
:
:ZStandard
:ZSquare
:"There is a space after every line besides those ^^, and I didn't add them."
That? That's not a code tag. Code tags don't support BBCode.
Here's the quote block converted to a code block.
Code: :[color=#007777][b]ZStandard [/b][/color]
:[color=#007777][b]ZSquare [/b][/color]
:[color=#0000ff][b]Disp [/b][/color][color=#119911]"Hello World"[/color]
:[color=#007777][b]Text([/b][/color][color=#33aa33]1[/color],[color=#33aa33]1[/color],[color=#119911]"Hello World"[/color])
:[color=#119911]"Look at the end of the ZStandard/ZSquare."[/color]
:[color=#119911]"If the space isn't there, it fails"[/color]
:
:ZS[color=#ff3333][b]tandard[/b][/color]
:ZS[color=#ff3333][b]q[/b][/color][color=#000000]u[/color][color=#ff3333][b]are[/b][/color]
:[color=#119911]"There is a space after every line besides those ^^, and I didn't add them."[/color]
Notice above how there are spaces after the text within the color tags? That's likely a fault of SourceCoders output. As Disp has a space after it (correct syntax) as does the first ZStandard but not the second. Now here it is as a proper code block.
Code: :ZStandard
:ZSquare
:Disp "Hello World"
:Text(1,1,"Hello World")
:"Look at the end of the ZStandard/ZSquare."
:"If the space isn't there, it fails"
:
:ZStandard
:ZSquare
:"There is a space after every line besides those ^^, and I didn't add them."