> How do you make it source your source code is unreadable? I went to a
website and tried to look at their source, and it came up blank. I
then saved the file and got a message saying something about will not
save properly but i saved it anyways. when i went to pull it up it
was blank. i would like to do that to my site if possible!! could dy
ecplain to me how it was done?
Not sure what that site you mention did, but theres certainly no easy and
reliable way to do it. The site source has to be visible otherwise the
browser could never load it - if the browser can read it it is always going
to be possible for a human to in some way or another (unless its Flash or a
Java applet or something similar).
You can make it more difficult just by writing the pages in a form that is
difficult for a human to read (ie no line breaks, no spaces where they
aren't needed, etc). They can easily get to it, but if its a big page and
all someone sees is a solid block of code then it can be off putting.
In my opinion though, you're wasting your time!
David