On Mon, Feb 05, 2007 at 03:19:52PM +0000, Barney Carroll wrote: > <link>? > <style> & @import? > > Which do you use, for what, and why?
Unless you have need @import's weird support in browsers for some CSS parser hack, <link> - since it feels silly to have a stylesheet that contains nothing but a references to another stylesheet. -- David Dorward http://dorward.me.uk ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
