Strange code showing up when browsing webpage

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
Bernhard
 
 
Posts: 10
Joined: Mon Sep 19, 2016 12:36 am

Strange code showing up when browsing webpage

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

Re: Strange code showing up when browsing webpage

Post by Pablo »

Maybe you have added it via Page HTML or Site HTML?
Bernhard
 
 
Posts: 10
Joined: Mon Sep 19, 2016 12:36 am

Re: Strange code showing up when browsing webpage

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

Re: Strange code showing up when browsing webpage

Post by Pablo »

It may be better to insert the code via an HTML object so you have control over the position on the page.
Post Reply