WebSite X5Help Center

 
Ruud Roefs-Wijnen
Ruud Roefs-Wijnen
User

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

Autor: Ruud Roefs-Wijnen
Visitado 1919, Seguidores 2, Compartilhado 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?

Publicado em
3 RESPOSTAS - 1 CORRIGIR
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

Ler mais
Publicado em de Claudio N.
Ruud Roefs-Wijnen
Ruud Roefs-Wijnen
User
Autor

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.

Ler mais
Publicado em 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

Ler mais
Publicado em de Cheeky Man