Page 1 of 1

delete lines from html

Posted: Tue Nov 08, 2022 12:20 pm
by interjimmy
Hi Pablo,
I have got some lines in my websites html which I must delete. For example:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<body <!-- Histats.com START (aync)-->
<script>var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,1371539,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?1371539&101" alt="invisible hit counter" border="0"></a></noscript>
<!-- Histats.com END -->>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Please note: I not see the small html-window on my site for this external html code - so I can´t delete the external code. So what must I do to delete the code shown above?

Thanks in advance for your help
Hanspeter

Re: delete lines from html

Posted: Tue Nov 08, 2022 12:39 pm
by Pablo
You can remove the code the same way as how you have added it.
So for example, if you added the code via Page HTML then you can also remove it there.

Re: delete lines from html

Posted: Tue Nov 08, 2022 12:42 pm
by crispy68
Also check the Site HTML and make sure you didn't add it there.