I don't think <span italic> is valid html, so maybe that is why the program couldn't fix it. It would normally be <span style="font-style:italic"> or similar. Or, <span><i>xxx</i></span>.
If other HTML tags are fixable with the program, you could just manually edit the weird ones with find and replace.
There are regular expressions that you can put into programs that will fix some HTML, but it is usually going to miss a few, since HTML can be a little complex, especially if it came from something like the awful Word HTML.
|