DSHack

Archive Generated December 23rd, 2018
Custom Name Colour Tutorial
Author Posted on 2015/07/16
#278
MKGirlism Since I see how more and more people get it wrong, I've decided to make a little Tutorial on it.

When you Edit your Profile, you'll probably see a "Custom Name Colour" field.
That Field acts like a HTML "span style" Tag.
For more information: W3Schools

In that Field, you'll need to use CSS-style attributes, such as:
font-weight:bolder;color: #00AAFF;text-shadow: 0 0 10px #222222;

This will give you a Bold, Cyan, Glow Effect.

I hope, it helps.
Author Posted on 2015/07/16
#279
PabloMK7 The text shadow doesn't seem to work for me. :s
Author Posted on 2015/07/17
#289
User 38

The text shadow doesn't seem to work for me. :s


Perhaps updating your browser may help. text-shadow is a standard CSS property that should be supported by all browsers :P