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

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
gray
 
 
Posts: 24
Joined: Sun Dec 05, 2021 7:07 pm

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

Post 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.
User avatar
crispy68
 
 
Posts: 3090
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

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

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