Options
The Options dialog allows you to specify different options of the
optimization:
- Merge lines.
- Remove unnecessary whitespace characters.
- Remove unnecessary quotation marks. For example, <table BORDER="0" CELLSPACING="0" CELLPADDING="0" align="center">
will be converted to <table BORDER=0
CELLSPACING=0 CELLPADDING=0 align=center>.
- Replace some tags with the short ones - replace STRIKE tags with S, STRONG
with B and EM with I.
- Remove HTML comments. The comments within the scripts and styles aren't
removed.
- Remove <!DOCTYPE ...> tags.
- Remove meta tags. You can specify names of the meta tags to remove.
- Create backups. If this option is ON backups of the optimized files
are created in a new folder.