I have a DIV on my site that is marked contentEditable. When it first loads it has some instructions pre-loaded that tell people what to do next. One of the words in the instructions is CTRL-A, which the browser spell checker doesn't find so it puts an annoying wavy red line under it. I know there's a way to tell Firefox not to do spell checking but I can't set that in every browser that downloads the page. I need is a way to flag that text, with some kind of tags around it, perhaps, that keeps the spell checker from worrying about it.
Is there a way to do that, that will hopefully work for all the browsers?
Thanks