Page 1 of 1

Insert HTML

Posted: Mon Dec 18, 2023 10:32 am
by Oleksandr
Good day.
Encountered a behavior of WWB that I don't understand
I understand that I am doing something wrong.
Please let me know.
I insert an HTML object on the page. The content of this object after publication is displayed in the upper right corner, and not where I placed the object.

Re: Insert HTML

Posted: Mon Dec 18, 2023 11:05 am
by alan_sh

Re: Insert HTML

Posted: Mon Dec 18, 2023 11:41 am
by BaconFries
Please read the following.
Image
viewtopic.php?t=82134

Re: Insert HTML

Posted: Mon Dec 18, 2023 11:42 am
by Oleksandr

Re: Insert HTML

Posted: Mon Dec 18, 2023 12:59 pm
by Pablo
Encountered a behavior of WWB that I don't understand
This is not behavior of WWB! The code will be inserted "AS IS".
The reason why it does not work is because the code is not correct.

For example:
You have add code inside the HTML tag. This is not correct. You can only insert attribute inside the HTML tag.
Also, the code you have added looks like 'java', this will not work on a HTML page.

There are also multiple instances of 'session_start()', which will most likely cause an error.

See also:
https://wysiwygwebbuilder.com/add_html.html

Re: Insert HTML

Posted: Mon Dec 18, 2023 1:41 pm
by Oleksandr
Thanks for the clarification.
I will study.