Forum Moderators: not2easy
But surely you meant <span style="text-decoration:blink">blink</span>Nope. I don't use inline styles, too much code bloat. I prefer external style sheets.
.blink{
text-decoration:blink;
}
Ah, but you didn't include this in the <head> of your original post, which caused me to go into quirks mode ;-).