A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: very top edge & very left edge

  1. #1
    Steel Will Smith
    Join Date
    Jan 2001
    Posts
    12
    When I create webpage (movies or images) I noticed the I can't get my movie to fit or fill the very top edge (1/8) or very left edge of my web browser. For example, look at the very top edge of Flashkit's webpage. The banner has the whole top fills it in. In my pages there is a white gap on the top and left of my browser. Help Please....

  2. #2
    Senior Member
    Join Date
    Aug 2001
    Posts
    1,071
    You need to edit the body tag of your html to eliminate the default margin the browser adds.
    example:

    <body bgcolor="#000000" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">

    Add all the code in bold above to your existing body tag to fix this.

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