
06-02-2008
|
| Senior Member
Join Date: May 2008
Posts: 1,051
BRL$: 1,448.05 Thanks: 0
Thanked 3 Times in 3 Posts
Rep Power: 113 | | Re: How to protect our HTML code? Quote: 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. | mmmh nice way to protect it =) hehe in some sites you can view the source and can you do with the site what you want.... | |
__________________ Earned with this forum : 5.84$ To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Moderator of : " To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. " , To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. " , " To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. & To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. section To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. If i helped you Thank me To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
| | | |