Well i code html in dreamweaver to convert PSDs into html,But thats bit of coding if you have large content template... Do you guys just create everything manualy or is there like some sort of automatic way to slap HTML partialy and then edit more html later with css?? Thanks
I use php includes for things like navigation, header, footer, etc. Only the main content is inserted in dreamweaver. Not sure if there is a better way to do pure html.
I do the samething too, and sometimes it takes me a bit of time... I know you probably could import your sliced template from Image ready directly to dreamweaver, but then its realy hard to edit contents because it breaks your html page.... So i dont know if there is a better technology out there yet.
Quite frankly working 'from' a psd is just asking for more trouble than it's worth. Do yourself a favor, throw dreamweaver in the trash, go get yourself a text editor, then create semantic HTML for the site based on the CONTENT to hell with how it will look... only once that is done do you start bending the HTML to look like your PSD using CSS.