Could you help me please I want to disable a part of the HTML code I don't want to remove it just make it inactive.
Mind blowing SEO improving and Google rank increasing Signature Rotator SEO Tool.
HTML code disable
(07-05-2013 03:11 PM)antony Wrote: Could you help me please I want to disable a part of the HTML code I don't want to remove it just make it inactive.
To disable a piece of HTML code use this:
Code:
<!-- Code you want to disable -->
Here is the example for you:
Code:
<html>
<head>
<title></title>
</head>
<body>
<div align="center"><p>HTML code not disabled!</p></div>
<!-- <div align="center"><p>HTML code disabled!</p></div> -->
</body>
</html>
It can be used not only to deactivate part of the HTML code but also to add notes inside the HTML code like for instance you have added some custom HTML code to your main or master HTML code and you want to know where it is if for some reason later you decide to do something with it.
Code:
<!-- AdSense Ads START-->
AdSense code goes here
<!-- AdSense Ads END-->
If you want to disable or hide a part of the HTML code then you have to know that the code will still be visible to everyone inside the source code, if you really want to hide it then it's better to remove it from the source code
(12-06-2013 02:52 PM)Maya Wrote: Any idea how to create an invisible link?
Check this tutorial I have posted: http://letsforum.com/Thread-How-to-creat...k-Tutorial
Hold on looks like Google doesn't really like hidden content so it's no go for me thanks though

User(s) browsing this thread: 1 Guest(s)