After designing a site in Fireworks how do i convert it into HTML?

korgrue

New member
1. Why would you use Fireworks to lay out a site? You use Photoshop, that way you can slice it up with the slice tool and and use the layers to export the image slices. You cant really do that very well in fireworks.

2. You dont convert it to html, you use your images as background images (with the background image tag) in your CSS divs. Unless you have a way to slice up the page properly, you cant really export the images. This is best done using both Photoshop layers, and slicing.

3. Once you have your image slices. you set your div's up in your HTML document, use CSS positioning in your CSS document, and set your page elements (image slices) in the CSS document.
 
I've finished the site in firework and im not really sure what to do from there to get it on the web.
 
Back
Top