|
How to protect style sheets (.css) file?
You can protect style sheet (.css) files with Encrypt HTML
Pro, but this requires a small modification to be made in each
html file that uses a protected style sheet. Encrypt HTML Pro
converts style sheets into encrypted script files.
For example, suppose you have a style sheets file: style.css,
then in each html file that uses this css file, there should
be a reference to it like:
<link rel="stylesheet"
type="text/css" href="style.css">
Let's learn how to protect css file step by step:
1. In each html file that uses this css file, remove the reference,
and put a new reference like this: <script
language="JavaScript" src = "style.css"></script>
3. Encrypt style.css and html files.
Will the annoying AD window still popup
after I registered Encrypt HTML Pro? And also how about the
topside AD?
The AD window only appears when you are using the unregistered
version. The topside AD will also be removed with the registered
version.
After protection, I can't open the protected
file with my web browser. It seemed to load in my browser
for an instant and then showed "about:blank" in the
window.
If you selected the "Disable off-line page viewing",
"Add referrer domain check" options, you will only
view blank page when open them on the local hard disk. To test
these protected pages, upload them to your web site and test
them remotely.
Will Encrypt HTML Pro affects my search
engine ranking?
If you want your search engine ranking unaffected, please
select "Only encrypt partial section" or "Do
not encrypt html source code" in Step 2. Otherwise, the
search engine can't cache your page correctly. The "Encrypt
all links" will also affect the search engine: Search engine
spiders can't index other web pages linked by this page.
Can I encrypt some parts of my html file?
Yes. In step 2, you can select only encrypt email links, JavaScript
sections and html links. And you can even select to encrypt
customized sections. With option "Customized partial section
encryption", you can encrypt html text between tags <!--encryptbegin-->
and <!--encryptend-->. To do this, you have enclose html
section with these two tags:
<!--encryptbegin-->
... here is the part you want to encrypt
<!--encryptend-->

|