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 valueREL= "stylesheet"
indicates that the target source is a style sheet,mime/type
is the MIME type for the style sheet, andurl
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.
About using cascading style sheets | |