ID:39333
 
Keywords: tutorial
This CSS is frooking ugly.
Crashed wrote:
This CSS is frooking ugly.

It was designed for a white background. Let me play with it and see what I can do.
Wow, thanks for the info on the ? statement. Thats really cool,
Nice article.

The ! operator section sounds like a nice summary for the FALSE statement check for boolean checks (which it is used for that anyways).
Tubutas wrote:
Wow, thanks for the info on the ? statement. Thats really cool,

Much love for the ? operator. It definitely makes a good alternative to IF statements when doing things like text altering.
The only thing I really needed to know was the ? statement... Thanks a million ^_^... I had looked it up using BYOND's little help thing.... However didn't really think it could be usful... Thanx a bunch ;)
Tiberath wrote:
Tubutas wrote:
Wow, thanks for the info on the ? statement. Thats really cool,

Much love for the ? operator. It definitely makes a good alternative to IF statements when doing things like text altering.

Yep, ever sense learning of it I've used it about 10 times lol. Much easier than an if else.