View Single Post
  #3 (permalink)  
Old 06-02-2008
GoycP GoycP is offline
Jr. Member

Join Date: May 2008
Location: Asia - Malaysia - Penang
Posts: 905
BRL$: 19.96
Thanks: 3
Thanked 16 Times in 16 Posts
Rep Power: 101
GoycP will become famous soon enough
Send a message via MSN to GoycP Send a message via Skype™ to GoycP
Default Re: How to protect our HTML code?

Actually,
by using HTML and CSS,
you can create a very complicated site.

You can combine fake and real information in your site.


HTML Code:
<div id="1">Welcome to BRL Forum</div><div id="2">Welcome to Build-Reciprocal-Links Forum</div><div id="3">Welcome to our forum</div>
In CSS file
Code:
#1 {margin: xxxx; padding: xxxxx;visible: none;} #2 {margin: xxxx; padding: xxxxx;} #3 {margin: xxxx; padding: xxxxx;visible:none;}
This is one of the way to protect your code.
Remember to put all tag and content with lesser space(Put all in one line).
This will cause your HTML and CSS file look complicated.
__________________
Trusted Web Earn :
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

Let's Get Paid To :
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

New Ways, New Life, My life story:
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.



To receive latest updates about BRL Forums, Subscribe to Latest Updates Thread.
Reply With Quote