Re: [css-d] First full CSS site

2005-10-06 Thread Paul Sturgess
you could always take the inheritance a step further and use: * { margin: 0; padding: 0; } place that at the top of your stylesheet and it will set margin and padding to 0 on all elements. thus no need to repeat it throughout. > you could take better advantage of the inheritance - child ele

Re: [css-d] CSS driven HTML email campaigns

2005-08-19 Thread Paul Sturgess
I certainly wouldn't give up entirely on using css for layout in your mailer, at least as long as the design isn't too complex. You should find that semantic markup will see to it that your email will degrade nicely in clients that don't support css too well. I found this article really useful as