Good day all,

I prefer to use smaller CSS files than great long things (neater and easier to edit), so I have tried importing a file "combined.css" which consists of :


/* CSS Document */

@import url(structure.css);
@import url(typography.css);
@import url(links.css);
@import url(lists.css);
@import url(graphics.css);

This seems to work OK, but seems a bit clumsy. Is there a 'neater' way to keep the files separate, but import them all at once?

Many thanks,

Bob

www.gwelanmor-internet.co.uk




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to