Cleaning Settings

Office Tags

Delete tags for Word only, which are no use for browser at all. Such as <o:p>. This option will only take effect on unfiltered web pages.

Refine Styles

MS Office generates inline styles for each item, no matter how many times it repeated.
This function will resort them into style sheet and replace inline styles with class names.
This is the key function of HTML Cleaner, which will clean the file and keep all original formats, strongly recommneded.

Delete futile code

MS Word always explicitly but unnecessarily writes default attributes values to each item.
This function can delete all these useless values.

These useless values include language definition, zero values, futile values and more.

Optimize Tables

Tables usually contain most redundant code, such as repeated styles and values in every cell.

This function will try removing useless and resort useful into rows and columns.

* This function has been improved from version 1.6, basic optimization has been included into "Delete Futile Code". Now this is further optimization.

Delete Blanks

Delete HTML blank lines(only affects source code), blank HTML definitions, such as <span...></span>

 

Additional
Impose Page Layout

Impose page margin effect like original DOC file.

Discard Source Code Format

If you needn't read the source code any more, you can check this up to save additional spaces.

Discard HTML head

A special option only in extreme scheme (pure HTML), for copying or embedding the result HTML as a fragment.

 

Enhanced

Following options are introduced after 1.6

XHTML Standard

Make result HTML file compatible to XHTML standard.

Link External Stylesheet

This option allows you to link an external stylesheet to all the cleaned files in the same working folder. It's useful if you want to set or alter some global styles for all the pages.
Please make sure the external stylesheet not to conflict with the internal, the stylesheet file should be put to the root in the same folder of your files.

Windows Linebreak

Use line feed and carriage return together(Windows style) or only line feed (non-Windows style)for linebreaks.

Write width in css/html

MS Word writes attribute values(most are width,especialy for table cells) both in html and css, but only one is needed. Chose one to remove the other.