WebSite X5Help Center

 
Ruud Roefs-Wijnen
Ruud Roefs-Wijnen
User

&-sign Does Not Show Correctly In Copyright(s)  en

Auteur : Ruud Roefs-Wijnen
Visité 1923, Followers 2, Partagé 29  
Mots-clés :: copyright,sign

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?

Posté le
3 RéPONSES - 1 CORRECT
Incomedia
Claudio N.
Incomedia

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. Wink

Lire plus
Posté le de Claudio N.
Ruud Roefs-Wijnen
Ruud Roefs-Wijnen
User
Auteur

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.

Lire plus
Posté le de Ruud Roefs-Wijnen
Cheeky Man
Cheeky Man
User

Wink

@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

Lire plus
Posté le de Cheeky Man