fireworks export without white border

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

  1. #1

    Default fireworks export without white border

    Hi, can somone describe the best way to remove the white border that fireworks adds after exporting to dreamweaver? And maybe explain why it adds it??

    Cheers Hagen


    Hagen Rose 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. Ugly bevelled white border
      I've just finished a movie with a black background. After creating the projector I was surprised to see the movie had a white beveled border about 3...
    3. annoying white border
      How do i get rid of the white border that exists around my image file once I export it and import it to a fireworks file. mike
    4. 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...
    5. Can't get white border out of template
      Can someone help me? I've tried everything I can think of to get the stupid white line out from the left of my menu. Here's the file, and yes, I've...
  3. #2

    Default Re: fireworks export without white border

    "Hagen Rose" [email]webforumsuser@macromedia.com[/email] wrote:
    > Hi, can somone describe the best way to remove the white border that
    > fireworks adds after exporting to dreamweaver? And maybe explain why
    > it adds it??
    >
    > Cheers Hagen
    >
    >
    >
    Copy code below and paste between <head> tags of your pages code. DW has
    a default margin setting. You have to zero the margins to get rid of the
    white border. You can do this also Modify>Page Properties and then
    insert 0 into margin fields.


    <style type="text/css">
    body {margin: 0px}
    </style>

    osgood Guest

  4. #3

    Default Re: fireworks export without white border

    If you mean a 1 pixel row on top and right side- those are rows of spacer
    images.

    Two methods-
    one- for after you get to dreamweaver:
    click in the table. select the rightmost <table> tag on the Quick Tag
    Selector (bottom of design view window)

    Set the cellpadding and cellspacing to 10 so you can touch things...

    now, click in the top right cell with a spacer, and click/drag down and
    select all cells in that column.
    Click Delete, or use Modify-->Tables-->Delete row or column
    Repeat to select top row and delete.

    other method- prevent fireworks from using them-
    When exporting from Fireworks- When you're in the LAST dialog box to save
    the files; click the OPTION button on the right. That has some setup info.

    Click the Table tab. Change from Single table w/spacers to Complex table
    w/NO spacers. Or whatever other choice you want.
    > Hi, can somone describe the best way to remove the white border that fireworks
    > adds after exporting to dreamweaver? And maybe explain why it adds it??
    >
    > Cheers Hagen
    >
    >
    >
    --
    Team Macromedia Volunteer for Dreamweaver
    Certified Dreamweaver MX Developer

    Alan Ames 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