I want to make an non removable footer for my website template .I googled for this and i came across an blog article http://keyyard.blogspot.in/2013/08/how-to-add-non-removable-credit-link-in_11.html but it is not working for me . please give me a solution to make it work , how to apply this code to make it work .
Asked
Active
Viewed 940 times
0
-
http://stackoverflow.com/questions/10359560/non-removable-copyright-text-in-footer i guess there is no way to do it, but you can make it little harder... check answers related to js solutions... – sinisake Mar 09 '14 at 08:42
-
had you inlcude jquery lib in your code – Karthick Kumar Mar 09 '14 at 08:47
-
its working but the problem is that , it is redirecting though there is no change in the credits done or noone have deleted it ..... What to do ? Please try this code and give some solution – Hussain Mar 09 '14 at 09:28
-
http://themedaddy.net/lets-learn-to-protect-your-work-with-non-removable-credit-links/ check out this – abhishek bagul Jun 01 '15 at 11:57
1 Answers
0
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
add these line in your <head>
section

Karthick Kumar
- 2,349
- 1
- 17
- 30
-
its working but the problem is that , it is redirecting though there is no change in the credits done or noone have deleted it ..... What to do ? Please try this code and give some solution – Hussain Mar 09 '14 at 09:28