Forum Moderators: open
There are ways to make it more difficult to view your HTML source, but by definition there is no way to prevent it. After all, the browser needs to be able to read it to display it.
<BODY LINK="#FFFFFFF" VLINK="COCOCO"
ALINK="#OOOOFF"><!--MSNAVIGATION--> Also, the code above is invalid. There are letter "O"s where there should be number "0"s.
<BODY LINK="#FFFFFFF" VLINK="C0C0C0"
ALINK="#0000FF"><!--MSNAVIGATION--> If you do not understand basic HTML, viewing source code will get you nowhere.
Hiding source code is a topic that has beaten to death around here. The overall consensus is that you do not need to hide your source code. And, if you found a way to do it, someone will find a way to review it.