or if there is one then where to find it ?
Adding to Davey's answer, the technical reason is that if you use a "textarea", the browser pretty much automatically fills in the spell checker's role for you. Unfortunately if you'll notice, the Daniweb answer box is implemented as a div
instead of a textarea
resulting in no support from the browser. I'm really hoping Daniweb revamps the current answer area to use a textarea
instead of a div
. :)