Please note: There is an update to this article available here: CSS Reset
In recent years I’ve always used the global reset method in order to reset padding and margin’s throughout an HTML document.
I’ve always known that this has some issues with it when dealing with forms and am starting to come round to Eric Meyer’s way of using a baseline css file in order to reset the specific elements that you want to set as apposed to just assuming that all should be zero. Continue reading

