problem with white space/border when importing image or movie

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default problem with white space/border when importing image or movie

    When I import a large Flash movie (800x600) or even a plain image into Dreamweaver, I get unwanted blank space on the top and left margin. Why does this occur? How can I get rid of it?

    XXXXXXXXXXXXXXXXX
    X
    X My Movie/Image
    X
    X
    X
    X
    X
    X


    buzz01 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Damn White Border!!!!!!
      Illustrator CS I get this unwanted white border around my exported images that i don't know why its there. This border isn't a thin line around it,...
    2. Getting rid of the white background of image file after importing into FH9
      Help help help. Anyone has the slightest idea how to remove the white background of an a bmp image in FH9? For example, when I copy the image...
    3. Importing PSD into FW MX creates a white border
      Hi, When I importa a PSD web template into FW MX, it doesn't seem to fill up the window flush to the edges. There is a grey area in FW around the...
    4. Printing White Space Problem
      If I print a graphic from within photoshop the white space around the graphic looks perfect. However, when I save the graphic as a jpg or a tiff and...
    5. White border on left of opening image
      My site includes 3 cast members with each member set to start and fade in sequence. The members are jpg images with black backgrounds. The first...
  3. #2

    Default Re: problem with white space/border when importing image or movie

    Link to an external stylesheet (using DW's CSS editor), or embed a
    stylesheet in your code (between <head> and </head>) with the following
    style in it (embedded shown for cut-n-paste convenience) (assuming you want
    zero margins) -

    <style type="text/css">
    <!--
    body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left:
    0px; padding:0px; }
    -->
    </style>

    you could also try

    body { margin : 0px 0px 0px 0px; padding:0px; }

    or

    body { margin : 0px; padding:0px; }

    as a shorthand method.

    This will take care of the margins in IE4+ and NN6. To take care of NN4x,
    you will need to use MODIFY | Page Properties... and set the two right hand
    margin fields (marginwidth and marginheight) to 0.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "buzz01" <webforumsuser@macromedia.com> wrote in message
    news:bemig7$mq6$1@forums.macromedia.com...
    > When I import a large Flash movie (800x600) or even a plain image into
    Dreamweaver, I get unwanted blank space on the top and left margin. Why
    does this occur? How can I get rid of it?
    >
    > XXXXXXXXXXXXXXXXX
    > X
    > X My Movie/Image
    > X
    > X
    > X
    > X
    > X
    > X
    >
    >

    Murray *TMM* Guest

  4. #3

    Default Re: problem with white space/border when importing image or movie

    "buzz01" [email]webforumsuser@macromedia.com[/email] wrote:
    > When I import a large Flash movie (800x600) or even a plain image
    into Dreamweaver, I get unwanted blank space on the top and left margin.
    Why does this occur? How can I get rid of it?

    Blank space on top and left OF WHAT?
    The page? The table you're putting the file in? A layer? Code? A URL?

    --
    Dan Vendel - *GOF*
    [url]http://www.vendel.info[/url]
    Contact me directly by clicking here:
    [url]http://contact.vendel.info[/url]
    Formmail tutorial:
    [url]http://www.vendel.info/tut/formmail.html[/url]
    Nested table demonstration:
    [url]http://www.vendel.info/tabletut/[/url]

    Dan Vendel *GOF* Guest

  5. #4

    Default Re: problem with white space/border when importing image or movie

    "buzz01" [email]webforumsuser@macromedia.com[/email] wrote:
    > You asked ...
    >
    > "Blank space on top and left OF WHAT?
    > The page? The table you're putting the file in? A layer? Code? A URL?"
    >
    > I get that blank space on top and left of an image or Flash Movie.


    Sorry, I meant IN what?

    Do you put the file straight in the page or in a layer or in a table.
    Can you post a URL or code?
    If it's the page, look at Murray's reply. If not, give us more info,
    else it's just guesswork



    --
    Dan Vendel - *GOF*
    [url]http://www.vendel.info[/url]
    Contact me directly by clicking here:
    [url]http://contact.vendel.info[/url]
    Formmail tutorial:
    [url]http://www.vendel.info/tut/formmail.html[/url]
    Nested table demonstration:
    [url]http://www.vendel.info/tabletut/[/url]

    Dan Vendel *GOF* Guest

  6. #5

    Default Re: problem with white space/border when importing image or movie

    Here is someone else's page that seems to illustrate the problem. Note the (black space) at top and left of Flash movie. see [url]http://www.oetectrading.com.au/aboutus.htm[/url]

    XXXXXXXXXXXXXXX
    X
    X
    X Flash Movie
    X
    X
    X
    X

    Help?



    buzz01 webforumsuser@macromedia.com Guest

  7. #6

    Default Re: problem with white space/border when importing image or movie

    "buzz01" [email]webforumsuser@macromedia.com[/email] wrote:
    > You asked "in what?"
    >
    >
    > I put the image or Flash movie in a simple HTML page in DreamWeaver.
    I insert the image or movie in the body of the html document.
    >
    > The result is as described.
    >
    > Also, see someone else's web site for view of the problem.
    >
    > See [url]http://www.oetectrading.com.au/aboutus.htm[/url]
    >
    > Do you see the black colored (white space) at the top of this image?
    It's PROBABLY the page margins, so do as suggested by Murray.
    And as Alan says: please don't refer to another site, because even if
    the problem LOOKS the same as yours, you don't have a clue what's
    causing theirs. You're just confusing everything.
    Instead, and if the issue remains after adding the margins a la Murray,
    post the code to the darned page or upload and give us a URL to it, not
    to someone else's.

    --
    Dan Vendel - *GOF*
    [url]http://www.vendel.info[/url]
    Contact me directly by clicking here:
    [url]http://contact.vendel.info[/url]
    Formmail tutorial:
    [url]http://www.vendel.info/tut/formmail.html[/url]
    Nested table demonstration:
    [url]http://www.vendel.info/tabletut/[/url]

    Dan Vendel *GOF* Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139