nixers
Syntax help error - Printable Version
+- nixers (https://nixers.net)
+-- Forum: General (https://nixers.net/Forum-General)
+--- Forum: Community & Forums Related Discussions (https://nixers.net/Forum-Community-Forums-Related-Discussions)
+--- Thread: Syntax help error (/Thread-Syntax-help-error)


Syntax help error - jkl - 11-03-2022

i noticed that the nixers syntax help is incorrect:

Code:
[size=3]This text is size 3[/size]

This should, according to the help, produce quite readable text. It does not: "3" seems to be "3pt".


RE: Syntax help error - venam - 11-03-2022

You're right, the size is in pt and the help is misleading on what the actual output will look like.

XX-Large

It's better to use text instead of numbers, such as:
Code:
[size=xx-small]XX-Small[/size]
[size=x-small]X-Small[/size]
[size=small]Small[/size]
[size=medium]Medium[/size]
[size=large]Large[/size]
[size=x-large]X-Large[/size]
[size=xx-large]XX-Large[/size]