Re: Viewing imported stylesheets
William Perry ([email protected])
Fri, 8 Sep 95 18:23 PDT
Mary Morris writes:
>
> When a style sheet is referenced by <LINK REL=Style HREF=something.css>
> where does that something.css reside? How do I view it?
Its treated as a relative URL just like any HREF elsewhere in the
document, and will be resolved accordingly (taking BASE tag(s) into
account, etc)
-Bill P.