Viewing 3 replies - 1 through 3 (of 3 total)
  • The link you gave is most likely an image that was created with the black text border.
    You could try something like this with css. The size & font will determine how successful this will be.

    SELECTOR {
       color: white;
       text-shadow:
         -1px -1px 0 #000,
          1px -1px 0 #000,
          -1px 1px 0 #000,
           1px 1px 0 #000;
    }

    Thread Starter jathuv

    (@jathuv)

    Thanks for your help batharoy, appreciate it. This works ??

    Dani-Girl

    (@dani-girl)

    Careful, its buggy in Opera and internet explorer below version 9

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HTML for black outline over white text’ is closed to new replies.