Page 1 of 1

Inserting html code into the page

Posted: Fri Feb 04, 2022 6:40 pm
by dancla
Good evening. I find it very difficult and complicated to insert html code into a page, placing it exactly in the desired position. Any suggestions? Thank you

Re: Inserting html code into the page

Posted: Fri Feb 04, 2022 6:51 pm
by BaconFries
First please note that WYSIWYG Web Builder is not a HTML Editor but HTML Generator this means no code actually exists till you publish. With this said you can use the following HTML Object to add/insert code or you can also use Page HTML and place in the section you need such as Between <head></head> <body></body> etc etc

Similar question asked at the following:
https://www.wysiwygwebbuilder.com/forum ... 44#p469244

Re: Inserting html code into the page

Posted: Fri Feb 04, 2022 7:03 pm
by Pablo
The location of the code depends on how the code works.
Some code needs to be insert in Page HTML and other code in an HTML object.
In general, we assume that if you want to insert code, that you know what you are doing.

Also, it is difficult to help you without knowing what you are trying to do.