Page 1 of 1

Strange code showing up when browsing webpage

Posted: Thu Dec 05, 2019 4:21 pm
by Bernhard
Hi
I am the owner of www.stofukerfi.is which is created with WYSIWYG web builder
When inspecting the source code via Internet Explorer or Chrome the following
code appears:
-----------------
<body>
90<div id="container">
<div id="wb_Text17">
--------------------------

The strange code is the "90" which I can not trace in the WYSIWYG web builder.
The "90" does not show up when viewing the HTML in the Builder
It only appears in browser IE and Chrome via source code viewer - the "90" seems to be outside the source code block
Any clue what I can do?

Regards
Bernhard

Re: Strange code showing up when browsing webpage

Posted: Thu Dec 05, 2019 5:58 pm
by Pablo
Maybe you have added it via Page HTML or Site HTML?

Re: Strange code showing up when browsing webpage

Posted: Thu Dec 05, 2019 8:32 pm
by Bernhard
Hi
The following code inserted by me seems to create
this mess - found on site HTML in Builder

<?php echo file_get_contents('http://stofukerfi.is/counter.txt');?>

Perhabs the syntax is wrong? - even it works

regards
Bernhard

Re: Strange code showing up when browsing webpage

Posted: Thu Dec 05, 2019 9:12 pm
by Pablo
It may be better to insert the code via an HTML object so you have control over the position on the page.