Mobile app version of vmapp.org
Login or Join
Samaraweera207

: How to convert PSD file to Html I am learning Photoshop, does Photoshop generates HTML and CSS files, I am a web designer and I am figuring out to convert the .PSD file to Html Css.

@Samaraweera207

Posted in: #AdobePhotoshop #Css #Html

I am learning Photoshop, does Photoshop generates HTML and CSS files, I am a web designer and I am figuring out to convert the .PSD file to Html Css.

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Samaraweera207

3 Comments

Sorted by latest first Latest Oldest Best

 

@Goswami567

Chris,

Before you proceed with converting PSD to HTML, you might want to validate Photoshop file to make sure it's properly set up. Try using www.oss-usa.com/web-preflight?promo=web-preflight to check for correct font usage, font properties, device-specific size and file organization.

10% popularity Vote Up Vote Down


 

@Holmes874

Once you have the design of your website, you can use the sizes of the elements in photoshop to determine the sizes of the elements in CSS.

However you should really write your own code, and not use a HTML/CSS generator to make the website for you.

You could always look at www.w3schools.com/ and www.codecademy.com/ for help on coding, as once you get the hang of it, you will have a lot more freedom into how you make the websites.

However, if you really want to do this automatically, check out psdtoweb.de, it converts PSD to HTML and CSS quite well, but you will probably have to do some tweaking yourself

10% popularity Vote Up Vote Down


 

@Margaret771

I would not recommend that. You will most likely end up with poorly structured HTML, bad inefficient CSS styles.

A good idea though is auto generating the CSS required. CSS hat () & CSS3ps (Free) will give you all the styles need to recreate an element in photoshop. you will still need to write the html though.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme