placing html code
-
-
- Posts: 149
- Joined: Thu Dec 12, 2013 9:38 am
placing html code
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
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
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
-
-
- Posts: 149
- Joined: Thu Dec 12, 2013 9:38 am
Re: placing html code
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.
I have no idea what kind off code this is and were to put it.
Re: placing html code
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.
Or just copy the URL from the code and use WWB's inline frame.