CSS Reset

By rob

I've recently come across a tidy version of Eric Meyers CSS Reset style sheet by Dave Woods. Originaly using Meyers style sheet Dave Woods found that he didn't use a lot of the styles that were used in the reset. Creating a smaller, tidier starter CSS Reset become more worthwhile for him

 http://www.dave-woods.co.uk/?p=187

 The only thing I don't agree on is that padding is used for the heading tags and paragraph tags. This does give you a fixed control, but personal prefernece I prefer using margins on these elemets. Using the collapsible margin I find that you have better control of formatting the text's spacing above and below.

Related posts