To link to an external style sheet

Microsoft HTML Help

To link to an external style sheet

  • Add the <LINK> tag, between the <HEAD> start and end tags, to each help file or Web page where you want to attach the style sheet. For example:
    <LINK REL = "stylesheet" 
    TYPE = "mime/type" 
    HREF = "url"> 
    where the value REL= "stylesheet" indicates that the target source is a style sheet, mime/type is the MIME type for the style sheet, and url is the address of the style sheet file.

Note

  • Each style sheet has its own MIME type. Cascading style sheets have the MIME type text/css.
Home page link About using cascading style sheets