May 26, 20179 yr I'm having a disaster exporting a header I spent hours doing in fireworks into dreamweaver. I've exported it but when I import it into dreamweaver it comes across as a table and when I try to expand it to fit 100% of the screen, there are huge gaps between the cells? Thanks for your help!
May 26, 20179 yr fireworks for exporting html/images is only for prototpying and has been for a long time. no way you should be using fireworks for anything other than producing graphics. write your html in dreamweaver and import graphics from fireworks. and don't use tables for layout (it's a few years since i last wrote that!)
May 27, 20179 yr don't use tables for layout (it's a few years since i last wrote that!) It's been more like a decade... and a half! Although display: table is very useful for combining static and fluid with content in a responsive site. See the flag object for an example http://rbrtsmith.com/nebula-css/#flag Edited May 27, 20179 yr by rbrtsmith
Create an account or sign in to comment