I'm trying to get my text to be underlined while blinking, but when I follow suggestions from other questions, it still only lets one value work.
I tried
text-decoration: underline;
#text-decoration:blink;
}
I tried
text-decoration: underline, blink
And nothing worked. How can I get the text to blink while underlined? I'm trying everything I can find, but nothing seems to work.