I am trying to use this code:
But I get an error about the hypen in between text and decoration. Is there a work around or can I use something like:Code:document.getElementById('elementId').style.text-decoration = 'blink';
Code:document.getElementById('elementId').style['text-decoration'] = 'blink';
