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.
Insert HTML
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
- BaconFries
-
- Posts: 5906
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Insert HTML
Here is a demo project
https://www.mediafire.com/file/953u0imq ... Y.zip/file
https://www.mediafire.com/file/953u0imq ... Y.zip/file
Re: Insert HTML
This is not behavior of WWB! The code will be inserted "AS IS".Encountered a behavior of WWB that I don't understand
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
Thanks for the clarification.
I will study.
I will study.