Previous Message
Next Message

css-discuss archive

Sent by Ian Adams on 20 November 2003 06:06


Have a question about importing style sheets from within a style sheet.  I
am using the following format to import several sheets from within my
primary style sheet:

/*Imported style sheets*/
@import url("misc.css");/* miscellaneous*/
@import url("visual.css");/*graphics and imagery */
@import url("headers.css");/*headers and title */
@import url("forms.css");/*forms and inputs */
@import url("navigate.css");/*navigation bar and links*/

But when I try to validate via the W3C style validator from within TopStyle
I get the following error message:

Line 0
Uncaught errorjava.lang.Exception: Maximum number of imports reached

Is there a limitation on the imports in the specifications which I am
missing, is my syntax wrong, or am I seeing a problem with the validator?
Thanks.


Ian Adams
MicroT3ch Consulting
Website Design and Development
http://www.microt3ch.com

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: