Tell me more ×
Graphic Design Stack Exchange is a question and answer site for professional graphic designers and non-designers trying to do their own graphic design. It's 100% free, no registration required.

I am quite new to photoshop and use dreamweaver for web designing.

I have inherited a website that was designed(?) using Photoshop - seemingly in 1 PSD file called "master_mock". I also have Image folder and inside there is a VTI folder with other images that I cannot open? The website is controlled by CSS.

I wanted to somehow change the web interface colours and I assume I do this on the "master_mock" and change whatever layers I need to? Then I am lost as to how I get these changes to cascade into my website?

share|improve this question
1  
How do you currently deal with graphics that need to change on your website? – e100 Apr 10 '12 at 11:57
3  
This is not really a design question. Th OP appears to need basic instruction regarding HTML and CSS – horatio Apr 10 '12 at 13:57
Welcome to GraphicDesign.SE. There are whole websites and books devoted to building web pages with HTML and CSS (with or without Photoshop). I'm closing this question as it seems unanswerable in its current form. If you edit it into something more specifically graphic-design-related, please flag it and a mod will re-evaluate. – Farray Apr 10 '12 at 21:57

closed as too localized by Farray Apr 10 '12 at 21:58

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

This is a bad way to build a web site. It sounds like the original developer was relying on PhotoShop's (limited) ability to auto-generate the HTML and images for you. This makes for an incredibly fragile code base, often bloated, and a huge pain for anyone to update.

In theory, yes, you need to re-open the PSD file, make edits, and then export the entire thing as sliced images, HTML and CSS. That might work. It may not.

Your best bet is to start fresh. Build the HTML and CSS yourself, and then use PhotoShop as-needed for individual images here and there.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.