>From the MezzoBlue site: Test embedded; launch imported.
If you work with a stylesheet embedded in your HTML source, you eliminate any potential caching errors while testing. This is very important when working with some Mac browsers. But make sure to move your CSS to an external file, imported with @import or <link> before launching. http://www.mezzoblue.com/css/cribsheet/ -- That's a great way to prevent caching problems. But maintaining all those separate sections of the style sheet can be cumbersome. I suggest using a PhP Include to add one style sheet to each developing page. That way you can have embedded style sheets which won't get cached, and still work from one central style sheet. Hope that helps you, Kenneth Feldman [EMAIL PROTECTED] ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
