Here is my style markup in the .htm file:
Code: Select all
<link rel="stylesheet" type="text/css" href="styles/pf.css" media="print" title="Printer Friendly" />
<link rel="stylesheet" type="text/css" href="styles/green.css" media="screen" title="Standard Style" />
<link rel="alternate stylesheet" type="text/css" href="styles/greenl.css" media="screen" title="Large Print" />
<link rel="alternate stylesheet" type="text/css" href="styles/bw.css" media="screen" title="Black and White" />
<link rel="alternate stylesheet" type="text/css" href="styles/bwl.css" media="screen" title="Large Print Black and White" />Thanks.