Hi,
I've just downloaded and installed Web Wiz Rich Text Editor (RTE) v1.2c. I've found a couple of bugs in RTE_table_window.asp file.
There is one line missing, something like:
If strAlign <> "" Then strBuildTableHTML = strBuildTableHTML & " align=""" & strAlign & """"
otherwise the alignment will not work.
And there are some constants missing for translation, one is the title of the window and the others appear in:
<option value="" selected>Default</option>
<option value="left">Left</option>
<option value="center">Center</option>
<option value="right">Right</option>
Regards.