Very nice. Tweaked the phpSpell window to remove Learn (at my managers' request) and changed the "All" buttons to "Correct All" and "Ignore All" and so had to also increase their width and the table's width. Also removed "Suggest" since I was never able to get anything meaningful out of it.
Clicked install. I thank you, and my users thank you. (Well, my users aren't
actually thanking you, but they would if they could.

)
Thx,
D.
PS...In IE, the gap between the Preview button and the Spellcheck button is wider than the gap between the Submit button and the Preview button. (
See attached image.). This extra gap is caused by:
HTML Code:
<input type="hidden" name="toolbar" value="1" />
To get the two gaps the same I added this between the Submit button and the Preview button:
HTML Code:
<input type="hidden" name="foobar" value="null" />
Odd that IE would adjust the display for a hidden object. Firefox and Opera do not do this.
FWIW,
D.