Results 1 to 4 of 4

Thread: I-frame Question!

  1. #1
    Join Date
    May 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation I-frame Question!

    I have a website where there is a background image. I also added an I-frame to the page and sized down the image so that the page loading in the I-frame's background was proportional and flush with the background image of the main page. Unfortunately, Dreamweaver puts a border into the I-Frame. Is there a way to get rid of the border on the edges of the I-Frame so that the page (and background) in the I-frame is flush and adjacent with the background of the main page? Thanks

  2. #2
    Join Date
    May 2006
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Try adding this to the code within the iframe page.

    Code:
    <body style="border: none;">

  3. #3
    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

    HTML Code:
    <iframe src="whatever" frameborder="0"></iframe>
    - John
    ________________________

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

  4. #4
    Join Date
    Apr 2006
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    <iframe name="sky" src="sky.html" frameborder="0" scrolling="no" align="middle" height="449" width="216"></iframe>

    <iframe name="middle" src="middle.html" frameborder="0" scrolling="no" align="middle" height="449" width="373"></iframe>

    <iframe src="right.html" frameborder="0" scrolling="no" align="top" height="397" width="153"></iframe>

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
  •