PSD to HTML

Darthmaul

Goldbergstein
Joined
Jul 28, 2009
Messages
11,173
Reaction score
4
FP$
6,302
Some people can design websites in photoshop and then convert that design over to HTML no problem! Are you one of those people? How is it to convert over?

I've wanted to try it...never had the patience for it though :/
 
Splice the necessary images/place holders/etc then reconstruct using html/css/sliced images
 
Converting PSDs to HTML is not that hard for me. The hardest part was to slice the images 😛

For learning I tried couple of simple PSD layouts and I could convert them pretty easily. I have done many PSD to HTML projects now.
 
Darthmaul said:
Some people can design websites in photoshop and then convert that design over to HTML no problem! Are you one of those people? How is it to convert over?

I've wanted to try it...never had the patience for it though :/

One thing... Never ever use an online converter, or download a program for this. You will get the worst results.

Converting a .psd file to a (x)html&css file need to be done by hand. You will need to cut up the .psd file and make images out of it. These images have to be styled in the right position using the css and need to be placed using the html.
 
I would suggest taking making a layout in photoshop (on any other image editor) and then save every part as a separate image and code it.

The use of slice tool creates unnecessarily long codes in html.
 
Back
Top Bottom