HighDots Forums  

fireworks export without white border

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss fireworks export without white border in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Hagen Rose webforumsuser@macromedia.com
 
Posts: n/a

Default fireworks export without white border - 07-09-2003 , 04:16 AM






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



Reply With Quote
  #2  
Old   
osgood
 
Posts: n/a

Default Re: fireworks export without white border - 07-09-2003 , 04:36 AM






"Hagen Rose" webforumsuser (AT) macromedia (DOT) com wrote:

Quote:
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>



Reply With Quote
  #3  
Old   
Alan Ames
 
Posts: n/a

Default Re: fireworks export without white border - 07-09-2003 , 06:42 AM



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.

Quote:
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



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.