Page 1 of 1

code placement

Posted: Fri Sep 06, 2019 9:55 am
by Billywiz
Although I consider myself a reasonably competent user of Web Builder the one thing I can never get my head around is the correct placement of external code.

I have these instructions

Add the following code to the <HEAD> section of your page:

Add the following code anywhere in the BODY of your page:

Can any of the gurus guide me on where to place those codes please.

Cheers

Re: code placement

Posted: Fri Sep 06, 2019 12:57 pm
by Pablo
Add the following code to the <HEAD> section of your page:
Place the code in Page HTML -> Between head tags.

Code: Select all

Add the following code anywhere in the BODY of your page
Place the code in an HTML object -> use div

Re: code placement

Posted: Fri Sep 06, 2019 1:08 pm
by Billywiz
Thank you Pablo