Users browsing this thread: 1 Guest(s)
jkl
Long time nixers
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".

--
<mort> choosing a terrible license just to be spiteful towards others is possibly the most tux0r thing I've ever seen
venam
Administrators
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]