Click to See Complete Forum and Search --> : Fireworks layout problem.


nuttyz
03-17-2006, 12:11 PM
Hi, I had a question regarding making a layout in fireworks for a webpage. How can you make the layout the same size as the web browser window.....like when I make a layout in fireworks and then export it in dreamweaver it doesn't take up the whole screen size. when I view it in the browser you can see white space all around the layout (even if i set the canvas size to 1024x768) Why is that?? How can I get the layout to take up whole screen and show up as one whole page rather than just an element or part of that page??

Thanks.

powerdemon
03-18-2006, 03:05 AM
<style type="text/css">
<!--
body {
margin: 0px;
}
-->
</style>