Archived topic
Page content running into footer
5 replies · Started by Barbara Downey on March 15, 2015
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?
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 :)
Thank for the reply.
I'm sorry, Tom, I should have been more specific. Right now it's only happening on one page, which is the longest one I have at this point. I'm seeing this in Firefox, IE and Chrome. I have cleared the cache.
http://candidatko.com/how-to-cure-candida-overgrowth/candida-overgrowth-treatment/
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! :)