4

I got a hold of some PSD files that by designer created. They contain buttons and sliders and other web UI elements.
How do I convert parts of the PSD to CSS/web elements? The PSD was properly created in order to be able to do this. I also have an EPS file that contains web UI elements and I don't even know how to open it. What software do I need and what is the process to get HTML elements out of both files?

Thanks!!

Raiders
  • 151
  • 8

2 Answers2

3

You slice the various images you need out of the graphic, and then assemble them by writing HTML and CSS (by hand).

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335
1

There is no magic software that converts PSD to html/css. Hire somebody to do it for you. It is cheap. There are many online services. Just search for psd to html.

Emil
  • 8,449
  • 3
  • 27
  • 44