placing html code

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
Bart Design
 
 
Posts: 155
Joined: Thu Dec 12, 2013 9:38 am

placing html code

Post 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
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: placing html code

Post 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
Bart Design
 
 
Posts: 155
Joined: Thu Dec 12, 2013 9:38 am

Re: placing html code

Post 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.
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: placing html code

Post 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.
Post Reply