I'm working to convert a Photoshop PSD to a HTML/CSS web layout. I know there are some tricks to doing this quickly, I just don't know what they are. The question is, do you?

link|improve this question

feedback

5 Answers

up vote 10 down vote accepted

If you are wanting good markup I would recommend slicing the file manually, using CSS to color the parts that can (instead of using an image) and placing DIVs for other various parts of the site. There aren't really short-cuts to producing a quality site although the more often you work on creating HTML / CSS from PSD the quicker you will get at it.

If you are not comfortable with HTML / CSS you should probably find a designer because the automated results will give you substandard HTML / CSS. That being said, you can generate really bad code with ImageReady http://www.duclaux.net/blog/how-to-convert-your-photoshop-document-to-a-css-in-less-than-30-seconds-a-precise-tutorial-with-illustrations/2006/02/08/ Again, I'm completely against this method and would recommend finding a designer instead of resorting to that.

link|improve this answer
feedback

CSS-Tricks has some screencasts about it.

I suppose you want to do it yourself, but if you really want it fast, there are a lot of services online that do it (you'll have to pay, though).

link|improve this answer
feedback

Use the slice tool to slice your page in to usable slices (Use Save for web feature in photoshop). Then manualy make the HTML / CSS code; Photoshops fails at this point since it makes stupid html.

link|improve this answer
feedback

give it to a designer that knows css/html :)

link|improve this answer
feedback

A good html person can turn it around quickly. You can use a service that does just that and spend time on more interesting parts of the project

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.