Thanks Pablo for your reply.
As I mentioned before I'm not a programmer but with an IT background, I can insert code if told what to insert and where to put it.
As you asked - I have the following code/scripts in the website' Ref website:
https://www.tringu3a.org.uk/
On the index page:
Between <head></head> tag
________________________________________________________
<!-- Microsoft Clarity Statistics -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="
https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "t2edmpnrc6");
</script>
________________________________________________________
<!-- Google SEO Verification -->
<meta name="google-site-verification" content="MVxPKiK1tmRJgXSQaMV1CQQj_IWbbqGiEW4x_zKxIQc" />
<!-- Bing SEO Verification -->
<meta name="msvalidate.01" content="99C0289496B9A22D35B19E1FB1E49A66" />
________________________________________________________
Before </body> tag
<a href="
https://www.easycounter.com/">
<img src="
https://www.easycounter.com/counter.php?u3ahome"
border="0" alt="Free Hit Counters"></a>
<br><a href="
https://www.easycounter.com/"></a>
________________________________________________________
On the master page:
Before </body> tag
________________________________________________________
<script language=JavaScript>
<!--
//Disable right click script III- By Renigade (
renigade@mediaone.net)
//For full source code, visit
http://www.dynamicdrive.com
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
________________________________________________________
That's all of the scripts/code other than the code created by WYSIWYG web Builder V21
I hope you can help.
Thanks for your help.
Roy