|
|
 |
| |
|
HTML Compact Web Online Help |
 |
|
|
|
| |
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-->
|
|
|
|
|