How to eliminate margin

Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default How to eliminate margin

    On a page I have a table with a single <tr> & <td> containing a flash movie and some graphics. With the flash file, there is a 3-4 pixel white space margin below it. Without the flash file, no margin.

    You can see it at [url]www.scout-master.com[/url]. I need to eliminate the white space below the animation. Any ideas?

    Thx, Paul



    Referring URLs
    [url]http://www.scout-master.com/index.aspx[/url]




    Paul_Turley webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Unwanted margin-top and margin-bottom styles
      Editing a template-based page in Contribute CS3, there is no List Properties option (Help file says "Note: This option is not available for...
    2. eliminate gutter in PDF?
      Is there a quick way to keep the gutter settings for a print pub, but temporarily have Acrobat treat them as "zero" for display to clients?
    3. How to Eliminate Flickering Cursor?
      Hi Does anyone know how to eliminate a flickering cursor. I think the problem is caused by having a quicktime and a flash sprite on the stage at...
    4. Eliminate gap between table rows?
      I made my first PHP page that uses includes. http://php.didah.com/main.php But I can't get rid of a gap (about 5 pixels) between the table rows. ...
    5. Want to eliminate password
      Is the away to disable my password so I don't have to put it in everytime I start up the computer?
  3. #2

    Default Re: How to eliminate margin

    You should avoid giving exact mesures to tables and use instead your graphics
    to make your page flexible.
    Try this, don't put anythink in the heigh where you have now heigh="2",
    so your flash document will strech your table.

    check this tutorial about building flexible web pages
    [url]http://www.dwfaq.com/tutorials/Tables/flexible_tables.asp[/url]

    Hope this helped

    the blue of the sea is sometimes so blue that only blood is more red..
    [#]
    Txarán webforumsuser@macromedia.com Guest

  4. #3

    Default Re: How to eliminate margin

    You could try this too... in the HTML tag <BODY... /BODY> include

    topmargin="0" leftmargin="0" rightmargin="0" marginwidth="0" marginheight="0"

    Try this and lemme know if that's what ur looking for.
    ø|i



    war_mice webforumsuser@macromedia.com 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