Results 1 to 5 of 5

Thread: Nothing shows below iframe

  1. #1
    Join Date
    Aug 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Nothing shows below iframe

    Hi all

    Just registered on this forum and this is my first post.

    Description of my page:

    http://www.nitishbelut.com/indymovie...index_test.php

    My page here consists of a table, split into two cols and the right column has an iframe (just below "News").

    My problem:

    I tried inserting another table/paragraphs below the table but whatever i put there doesn't get displayed.However, when i remove the iframe, then it IS displayed.I need to place a footer there (using the php code require("footer.html"); )

    Can anyone tell me how to solve this problem?

    Thanks

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    your iframe height is covering up whatever you want to put below it... put a couple breaks in after your iframe or use some css to clear your iframe and you will be able to see your caption.

    Hope this helps

  3. #3
    Join Date
    Aug 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the reply

    I tried changing the height of the iframe, and even tried excluding the height attribute...but still the problem persists.

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Close your iframe:

    Code:
    <iframe id="news" src="../phpnews/news.php"></iframe>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Aug 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks!

    It works now

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •