delete lines from html

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
interjimmy
 
 
Posts: 14
Joined: Tue Mar 26, 2019 9:30 am

delete lines from html

Post 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
User avatar
Pablo
 
Posts: 23548
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: delete lines from html

Post 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.
User avatar
crispy68
 
 
Posts: 3076
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: delete lines from html

Post by crispy68 »

Also check the Site HTML and make sure you didn't add it there.
Post Reply