&-sign Does Not Show Correctly In Copyright(s)
Author: Ruud Roefs-Wijnen
Visited 2132,
Followers 2,
Shared 29
In "The Author of the website" I filled in "Fawlty & Jones". When having a look at my website, and trying to copy something I get the message: "Copyrights Fawlty & Jones. All rights reserved." Can someone tell me what I can do that it mentiones my kennel name correctly? And is there a possibility to change Copyrights into Copyright?
Posted on the
Hello,
I suggest you to customize that function with your personal message.
It's really easy. Just paste the following code at step1 -> Expert tab -> Custom code for the HEAD section:
<script>
document.oncontextmenu = function () {
alert('Your copyright message here');
return false;
};
</script>
In this way you're able to choose which message is shown when the HTML code is protected.
Author
Hi Claudio,
Thanks. I already did that and that works fine. But there is a function in V9 for this, which should work properly, I guess. But thanks anyway.
@Born 2 Run
Yes you are correct you cannot insert an Ampersand because you are inserting text inside a JavaScript NOT a TEXT AREA??
Here is the HTML Code instead of JS
<body oncontextmenu="alert('Replace the text here'); return false;">
Put in same place as Claudio has mentioned!!
www.frankscybercafe.com