"Object HTML" has a bug ?
Posted: Fri Mar 07, 2025 8:26 pm
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>
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>