Site logo

Archived topic

Page content running into footer

5 replies · Started by Barbara Downey on March 15, 2015

Viewing posts 1–6 of 6

I've only got a couple of pages on my (mainly static) site so far, but most pages will be sort of long. I find that the text is running into and beyond the footer. How can I fix this? Can I reset the page height?

http://candidatko.com

Thanks.

Hi there,

I'm not seeing any content running into and beyond the footer? What browser are you using?

Maybe try clearing your browser cache and checking again.

Let me know :)

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">

That did the trick. Thank you so much.

You're welcome! :)

This archived topic is closed to new replies.