Contents

Introduction
Overview
Key Features
How does it work?
Revision History
Working with HTMLCompact
Getting Start with HTMLCompact
Using HTMLCompact
"Input" Tab
"Output" Tab
"Compression" Tab
"Source Code" Tab
"Tags to Skip" Tab
"Result" Tab
Buttons
Command Line
Private HTML Comment Tag
FAQ
Registration
Registration
Unregistered Copy Limitation
License
Online Support

 
Home
HTML Compact Web Online Help
Prev Page Next Page
 
 
Click here to download free trial version and learn more information about the program.

HTMLCompact

Some private HTML comment tags which are understood by HTMLCompact can be included in your original pages. When HTMLCompact finds them, it will follow the corresponding instructions during compression process.

The following HTML comment tags are defined:

"<!--HCPROFILE PATH=path-->": This HTML comment tag instructs HTMLCompact to load a set of predefined compression options from specified user profile before compression process. For example: "<!--HCPROFILE PATH="c:\my profile.ini"-->"

"<!--HCSTART-->" and "<!--HCEND-->": If you want to compress only a part of the code, you have to enclose it within these HTML comment tags. Note: This "Partial Compression" option only works when "Compress nothing" is chosen as "Compression Mode". For example:
<!--HCSTART-->
... here comes the part of the code you want to compress
<!--HCEND-->

"<!--HCSKIPSTART-->" and "<!--HCSKIPEND-->": If you want some part of the code to remain uncompressed, you have to enclose it within these HTML comment tags. Note: This "Partial Skip" option works all the time, whatever "Compression Mode" is chosen. For example:
<!--HCSKIPSTART-->
... here comes the part of the code you do not want to compress
<!--HCSKIPEND-->