Index: /FCKeditor/branches/developers/mjk/editor/dialog/fck_table.html
===================================================================
--- /FCKeditor/branches/developers/mjk/editor/dialog/fck_table.html	(revision 260)
+++ /FCKeditor/branches/developers/mjk/editor/dialog/fck_table.html	(revision 261)
@@ -68,5 +68,6 @@
 		else									// Style Pixel = px, or width=nn
 		{																										  //
-			iWidth = iWidth.substr(0,iWidth.length - 2);
+            if (iWidth.indexOf('px') >= 0)
+                iWidth = iWidth.substr(0,iWidth.length - 2);
 			document.getElementById('selWidthType').value = "pixels" ;
 		}
