Page 1 of 1

placing html code

Posted: Tue Apr 23, 2019 1:01 pm
by Bart Design
Hi Plabo, i have same code of a bookingsystem for a particular page, lets say sportmassage. Were do i put the code? Is it between the head tag or insite the body tag etc

Re: placing html code

Posted: Tue Apr 23, 2019 1:47 pm
by Pablo
Where to put the code depends on the script, not on WWB.
But in generally, JavaScript definitions/functions go between the head tags, visual/render script inside an HTML object.

Related tutorial:
http://wysiwygwebbuilder.com/add_html.html

Re: placing html code

Posted: Tue Apr 23, 2019 2:10 pm
by Bart Design
Thanks pablo, the code is <iframe id='onlineBoeken' width='100%' scrolling='yes' style='overflow-x: hidden; overflow-y:auto;height:500px' src='https://wwwmassageworknl.boekingapp.nl/ ... '></iframe>

I have no idea what kind off code this is and were to put it.

Re: placing html code

Posted: Tue Apr 23, 2019 3:16 pm
by Pablo
An inline frame should be inside the body of the page: HTML object.
Or just copy the URL from the code and use WWB's inline frame.