Page 1 of 1

html code defaults to bottom of the page

Posted: Wed Jul 22, 2020 10:19 pm
by Chameleon
Hi I have a query re html code. I am using a 3rd party code for a booking system and when I create a layer in the middle of the page and insert it into the layer it always shows at the bottom when previewed or live on the web.
Building the page is ok and everything is in place with my booking in the middle and my footer at the bottom but again when viewed it's the booking at the bottom and the footer is above it??
Any ideas as to how I get it to stay where I put it? I have tried content place holders, layers, layout grids but nothing seems to work??

cheers

Re: html code defaults to bottom of the page

Posted: Wed Jul 22, 2020 10:36 pm
by BaconFries
First please note that help inserting custom / third party code is outwith the forum. Now with this said you cannot just add / insert code on top of a layer / grid or on the page it requires it to be embedded / part of the HTML itself. To add custom / third party code you can use the HTML Object see the following url.
https://www.wysiwygwebbuilder.com/add_html.html

Re: html code defaults to bottom of the page

Posted: Thu Jul 23, 2020 12:20 am
by Chameleon
Cheers baconfries
I am using the html object for said code( reading back on my post I know now I didn’t make that clear lol)
I get the script to show ok it’s just the position I can’t get sorted, it’s always at the bottom of the page.
I did manage to sort the footer problem by changing its position to bottom so I might just have to live with the booking
Portion set at the bottom of the page 😉

Cheers,

Re: html code defaults to bottom of the page

Posted: Thu Jul 23, 2020 6:40 am
by Pablo
Maybe the code you have inserted has a fixed position or use a different layout method (fixed vs floating)?

There are no generic rules for inserting HTML code. Each script works different.
Some understanding of the code is necessary to insert it the correct way.