Hello!
I try to add my HTML code by using "object HTML". My HTML code is: id="test".
I need to add code "Inside Tag" - in window "Object HTML" (Generated HTML) all looking OK, but in Page/Page HTML my code is in different place.
Is it any WYSIWYG bug ?
In "Object HTML" window (is OK):
<div id="wb_Text1" style="">
<span style="color:#000000;font-family:Arial;font-size:16px;" id="test">Double click to edit</span>
</div>
In Page/Page HTML (in different place):
<div id="wb_Text1" style="position:absolute;left:427px;top:270px;width:250px;height:18px;z-index:0;"id="test">
<span style="color:#000000;font-family:Arial;font-size:16px;">Double click to edit</span>
</div>
"Object HTML" has a bug ?
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
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
Re: "Object HTML" has a bug ?
The generated code for an object depends on the context in which the object exists.
For example, if an object is placed inside a layout grid, the output code may differ from when the object is a direct child of the page.
Additionally, the generated code is influenced by the selected HTML formatting options.
The software offers thousands of configuration options, resulting in millions of possible combinations.
Therefore, the "Object HTML" view is only a preview — it does not represent the final code. This is not a bug.
For example, if an object is placed inside a layout grid, the output code may differ from when the object is a direct child of the page.
Additionally, the generated code is influenced by the selected HTML formatting options.
The software offers thousands of configuration options, resulting in millions of possible combinations.
Therefore, the "Object HTML" view is only a preview — it does not represent the final code. This is not a bug.