A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Kill Border Around SWF in BROWSER

  1. #1
    Member
    Join Date
    Nov 2001
    Posts
    47

    Kill Border Around SWF in BROWSER

    Hey guys...I have a question about how to eliminate a border that I'm getting around an SWF in an html browser....

    the site (very much a work in progress) is at:
    http://www.gravity-interactive.com/imec/services.html

    The Photography/Prepress links are active right now.

    There is a black border across the top and left side of the page that I need to eliminate...I need the white box in the top left to bleed off and the green box as well..... any pointers?

    The page is set to stretch to fill the window yet maintain proportions....

    thanks in advance guys!

  2. #2
    Member
    Join Date
    Nov 2001
    Posts
    47
    come on...I know SOMEONE can help with this... please?!

  3. #3
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Change your body tag, adding this to it:

    From:
    <*BODY bgcolor="#000000">

    To this:
    <*BODY bgcolor="#000000" MARGINHEIGHT="0" MARGINWIDTH="0" TOPMARGIN="0"
    LEFTMARGIN="0" RIGHTMARGIN="0" BOTTOMMARGIN="0" SCROLL="NO">

    Remove the "*" in the tag!

  4. #4
    Member
    Join Date
    Nov 2001
    Posts
    47
    Thank you so much.... You guys rock.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center