HTML 4.0 Logo Reader Icon OEB 1.0 Logo PPC Logo <link />Link

In eBooks, this tag is used exclusively to link to external style sheets. Proper syntax for this tag is discussed in Attributes.

Attributes

href, id, media (ignored), rel, rev (ignored), title (ignored), type

Sample Code

<html xmlns:x="http://www.w3.org/TR/REC-html40">
<head>
<title>CSS Margin Bottom</title>
<link type="text/x-oeb1-css" href="margin-bottom.css" rel="stylesheet" />
<style>
.newpage {page-break-before:auto}
x\:desc {display:block; font-size:14pt; font-weight:bold}
x\:testb {page-break-before:always; display:block; color:red; font-size:9pt}
x\:test {display:block; color:red; font-size:9pt}
x\:msr {color:lime; font-size:11pt; font-weight:bold}
listing {color:lime}
xmp {color:lime}
</style>
</head>

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