Linking CSS Style Sheets

You can incorporate existing CSS style sheets into Microsoft Reader files using the <link> tag in the source HTML’s header section. For example, a <link rel="stylesheet" href="tagclass.css" type="text/css" /> tag calls the tagclass.css stylesheet to be applied to the remainder of the document.

© 2000 Microsoft Corporation. All rights reserved. Terms of use.