Hi,
If you want to hide it from the end user who is viewing your site from a browser? If so, there's no way to do it. Your browser *has* to have that sent in clear-text, otherwise it cannot render it.
There are ways you can make it harder to obtain, but in the end, a smart or persistent person can get to the source no matter what you do.
For example, if you use the "disable right click" trick to make it so people can't view your source, all they'd have to do is disable javaScript and they could access it. Another option is to simply look at the temporary internet files to see what source the browser used to render the page. In short, there's nothing you can do to keep your HTML/JavaScript/CSS safe from peering eyes.
Basically view source should not have any confidential data that was the part of secured website development.
Thanks,
Mani