April 29, 2011
how to use a photoshop login in asp.net web page?
Question by Ani
I have designed a log-in page in photoshop, saved the image in png format. but I dont know how to use this image in asp.net web page. Please help in this concern or show me the resource or the way I can design a good log-in without compromising on polished look and functionality.
Thanks
Answer by Starx
Changing a PSD Template into a CSS Template is not a easy task as it seems. Comprises may steps.
You have to following steps.
- Slice the images in your psd template.
- Export the images
- Try to minimize the use of photoshop generated slices as less as possible. You should try to recreate the effect using CSS the best you can.
- You can first try this into Table Structure, which is the default way Photoshop exports the slices and the HTML.
- Later on, create a table less layout. It should be pretty easy once you have created the table layout.
I am assuming, you know how to find the tutorials, regarding the steps I have mentioned above.