HTML issue in wysiwyg mode:
Sugggestion to fix...
In spellcheck.php;
function Scan_Document (Lines 273 - 326): Pass arguments lcased or if using following suggestion, use eregi
function Clean_Document (Lines 356 - 397): Use Regular Expressions instead of strpos to allow for attributes in elements (i.e. <p margin="x">) - even better yet just ignore anything between "<" and {">", "/>"}
|