Page 1 of 1

Footer of Master-Page not moving with inserted php code.

Posted: Sat Dec 18, 2021 9:24 pm
by gray
Footer of Master-Page not moving with inserted php code. This code is a table generated from a mysql database query.

Image

I known that the php code needs formatting to display it properly, but the basics are there.

The footer does not move to the bottom, below the last line/row of the phph code.

Image

Anybody any ideas the way forward please.

Re: Footer of Master-Page not moving with inserted php code.

Posted: Sat Dec 18, 2021 9:35 pm
by crispy68
It's due to the fact that you have the Type= Use <div> to set position and size of HTML. Your box is only 100px x 100px.

Set to NOT use a <div>. This will allow the html box to expand.