Hello and welcome to the Webmasters Forums!. This is the best place to get webmasters resources for free. Get $2 for free today, read more - Make your payment today. Download premium and professional templates for free. Get free web hosting without ads, read more. You can get lot more by simply join with this forum. To gain full access to the forums you must sign up for a free account.
Posts: 995
Group: Forum Team
Joined: Sep 2006
Status: Online
Make money from now. You can make money just for posting on this forum. Every discussions on this community gives you more money. $2 minimum payout. So get your payment today, SignIn with this forum.
How to convert your photoshop document to a CSS in less than 30 seconds
As a webdesigner you’re working a lot with photoshop and now you would like to convert your psd (or jpg, png, whatever photoshop can read) files to a valid CSS and (X)HTML document.
Do you know that you can do it using photoshop and image ready and that it will take about 30 seconds ? If you want to know how do it everything is explained step by step with proper screen captures just in case
1-open your file with photoshop
2-Edit the document with Image ready
3-Slice your document using the “Slice” tool, this will allow you to define all the different parts of your web page (for example, the header, the menu etc.)
4-Now your document should contain blue numeroted squares and lines
5-Now you need to specify in image ready the ouput parameters.
6-Now you choose the CSS export (inside the File->Outputsettings menu)
7-Now you have defined your output options you just have to click on OK. (this will validate your settings but won’t create the file yet).
8-This is the last step, you need to save the result, using “Save optimized” (inside the File menu).
And now the work is finished,imageready has just created an “images” folder containing all the sliced images and an html file which is containing in the source code the css code.
If you wanna see/copy/edit the css source code you just need to open the file in your favorite web browser and display the source code.
-Extract of the css code generated by photoshop/imageready:
Everything is ok now you have your css and XHTML file. Of course you might need to edit it by hand to modify and or tweak some part of it.
RE: How to convert your photoshop document to a CSS in less than 30 seconds
Sounds very good but I don't have photoshop.... Could you perhaps try making another tutorial stating how to do it in GIMP or Paint.NET? Well that is only if you have one of the two programs.
RE: How to convert your photoshop document to a CSS in less than 30 seconds
This is a great tutorial Iven,I used it with my new site thats is still being created but its up temporaroly with CSS and some tweeks to centralise it. http://www.artmarkdesigns.com
We look for the best design for your website.
Art Mark Designs
View my New Life with Cancer site Living life with Cancer
RE: How to convert your photoshop document to a CSS in less than 30 seconds
Thanks! I hope you don't mind if I publish some of the PHP Tutorials either! I just think the authors deserve for their tutorials to be published around a little more!