I'm managing the development of a website (new job) and we are currently on the slicing phase of the template, and I hear a lot of things of what we should and should not do while slicing... so what are the good practices you experienced developers do?

What formats should the images be? Html conformation level (strict, transitional etc) what tags should and should not be used etc etc...

thanks!

link|improve this question

29% accept rate
feedback

2 Answers

The best practice I can suggest to you is not to let Photoshop handle generating the HTML. It'll be an awful, non-semantic mess. Slice the image apart and do the HTML/CSS yourself.

link|improve this answer
feedback

Look at DOCTYPE where you find answers about web design and ask questions about this. :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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