Reply To: Page content running into footer

Home Forums Support Page content running into footer Reply To: Page content running into footer

Home Forums Support Page content running into footer Reply To: Page content running into footer

#87156
Tom
Lead Developer
Lead Developer

Looks like you’re using a table with a set height:

<table width="749" style="height: 354px;" class=" alignleft">

While editing that page, go to the “Text” tab in the editor and remove the style=”height:..” part so it looks like this:

<table width="749" class=" alignleft">