[Resolved] Page content running into footer

Home Forums Support [Resolved] Page content running into footer

Home Forums Support Page content running into footer

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #87063
    Barbara Downey

    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.

    #87111
    Tom
    Lead Developer
    Lead Developer

    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 ๐Ÿ™‚

    #87119
    Barbara Downey

    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/

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

    #87159
    Barbara Downey

    That did the trick. Thank you so much.

    #87225
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.