Results 1 to 7 of 7

Thread: Whats Wrong

  1. #1

    Default Whats Wrong

    The page doesnt seem to go into the iframe (The iFrame is in between div tags does that matter)

    Page Code
    PHP Code:
     <li> <span class="left"></span> <a href="pages/version.htm" target="iframe1"><img src="../../images/navi/tab_icon_03_community.gif" alt="" />Version</a>
        <
    span class="right"></span> </li
    Iframe Code
    PHP Code:
    <iframe name="iframe1" width="98%" height="400px" src="pages\home.htm" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0" allowtransparency="yes" scrolling="no"></iframe
    Could anyone help please
    Last edited by mapowell1234; 28-10-2007 at 03:59 PM.

  2. #2
    Join Date
    Dec 2006
    Posts
    3,970
    Tokens
    0

    Latest Awards:

    Default

    HTML Code:
    <iframe name="iframe1" width="98%" height="400px" src="pages/home.htm" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0" allowtransparency="yes" scrolling="no"></iframe>
    Try that
    Lets set the stage on fire, and hollywood will be jealous.

  3. #3

    Default

    Didn't work

  4. #4
    Join Date
    Dec 2006
    Posts
    3,970
    Tokens
    0

    Latest Awards:

    Default

    k, try this;

    <iframe name="iframe1" width="98%" height="400" src="pages/home.htm" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0" allowtransparency="yes" scrolling="no"></iframe>
    Lets set the stage on fire, and hollywood will be jealous.

  5. #5
    Join Date
    Jan 2007
    Location
    England, Uk, World, Universe,
    Posts
    1,012
    Tokens
    0

    Latest Awards:

    Default

    try this:
    HTML Code:
    <iframe name="iframe1" width="98%" height="400" src="pages/home.htm" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0" allowtransparency="yes" scrolling="no" />
    my sig ran away,

  6. #6
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    Try:

    HTML Code:
    <iframe name="iframe1" id="frame1" width="98%" height="400px" src="pages/home.htm" marginwidth="1" marginheight="1" scrolling="no" frameborder="0" allowtransparency="yes"></iframe>  

  7. #7
    Join Date
    Sep 2006
    Location
    Hobart, Australia
    Posts
    593
    Tokens
    0

    Default

    Wheres the pages folder? If it's in the same directory as the file you're running the file from, try this:

    HTML Code:
    <iframe name="iframe1" id="frame1" width="98%" height="400px" src="./pages/home.htm" marginwidth="1" marginheight="1" scrolling="no" frameborder="0" allowtransparency="yes"></iframe>  

Posting Permissions

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