Results 1 to 3 of 3

Thread: No Border In iframe

  1. #1
    Join Date
    Feb 2009
    Posts
    26

    No Border In iframe

    Hello , i Am Working on Html Right Now, And Was Practising the Iframe , The Main content is like an Iframe, with just the middle section having a scroll bar. But there is Thick Border Between the Frames that i Do Want it to Appear So Can You Tell me How Can I Remove the border on an IFrame? Thanks in Advance

  2. #2
    Join Date
    May 2008
    Posts
    2,389

    Re: Do Not Display Border In iframe

    Hello , You Can Try This Code For

    Code:
    iframe {
    border: 0px solid #ffffff;
    }
    .central-1 {
    margin-left: 140px;
    position: relative;
    width: 400px;
    border:0px;
    background-color:#fff;
    }
    .central {
    margin-left: 140px;
    position: relative;
    width: 400px;
    border:0px;
    background-color:#fff;
    padding-top:240px;
    }

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Remove Border In Iframe

    Hello , A value of 0 displays no border , So You use This Code


    <TABLE width="100%">
    <TR><TD>www.microsoft.com</TD></TR>
    <TR><TD>
    <IFRAME src="http://www.Techarena.in"
    width="100%" height="200" frameborder="0">
    I'm sorry but your browser doesn't support the IFRAME element.
    </IFRAME></TD></TR>
    <TR><TD>www.netscape.com</TD></TR>
    <TR><TD>
    <IFRAME src="http://www.Forums.Techarena.in"
    width="100%" height="200" frameborder="0">
    I'm sorry but your browser doesn't support the IFRAME element.
    </IFRAME></TD></TR>
    </TABLE>

Similar Threads

  1. Link outside of an iframe
    By Allison in forum Software Development
    Replies: 5
    Last Post: 07-01-2011, 06:15 PM
  2. What is Mal/Iframe-E?
    By Hecter in forum Networking & Security
    Replies: 4
    Last Post: 04-02-2010, 05:46 AM
  3. How to remove the Border of an iFrame
    By Zombi in forum Software Development
    Replies: 3
    Last Post: 22-09-2009, 11:19 AM
  4. How to redirect iframe in PHP
    By Ground 0 in forum Software Development
    Replies: 3
    Last Post: 08-08-2009, 01:01 PM
  5. How to use iFrame?
    By Jason Bourne in forum Software Development
    Replies: 4
    Last Post: 18-05-2009, 06:13 PM

Tags for this Thread

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
  •  
Page generated in 1,713,926,492.23337 seconds with 16 queries