Is it possible to use a photoshop designed web template as a asp.net website

@1anurag1 (3576)
India
May 4, 2010 6:38am CST
i am very confused as i am a developer and wants to start a new website in asp.net. but not able to find a good design. but this is possible to design with photoshop. so is it possible according to you that initially design a template in photoshop and then use this in asp.net website. will it be beneficial or any alternate.
2 responses
@egdcltd (12060)
4 May 10
Yes, you can design your site in Photoshop, and use it with asp. Or php. Or pretty much anything you can build a website with. Probably including Flash. Just don't ask me how, but I know it can be done.
1 person likes this
@1anurag1 (3576)
• India
4 May 10
thanks for the response. i am not gonna ask. why.lol i just wanted to know that it is harder to implement a template directly in an asp.net application when we are using the master pages.
@rovian (1924)
• United States
22 May 10
Yes, you can design a template in Photoshop (or Fireworks), and use it for asp.net websites. I use Fireworks so I don't know if you can slice images in Photoshop, but this is what you will have to do. If Photoshop doesn't have slice, you can use cropping which is more work, and easier to mess up. After that, you can paste the sliced images into the correct locations in the asp.net layout. If you want to use a layout you downloaded from the internet, you probably will have to copy the html codes and paste them into the asp master page.