Quote Originally Posted by CrucifynDi3 View Post
yes you can. try encrpyting your html before uploading it. there are numerous encryption software available, but you can try Encrypt HTML Pro.
but even then it mite be possible to view the html (eg. Adobe GoLive), but atleast you can stop the less experienced ones stealing your codes.
Actually, you can't.
The only way would be to have javascript decode a string which it then places in a CSS/style tag. And even then, it's not encrypted, it is encoded (meaning anyone can decode it within seconds). You could even just run the script in your browser which it uses to decode and you'd have it instantly.