bflosabre91
06-27-2007, 09:32 AM
ive never made a page with printer friendly stylesheets so im not sure how to include the stylesheet in the code. There is only one page i want to be printer friendly but i don't know how to use the print style sheet i made for it.
<link href="styles/styles.css" type="text/css" rel="stylesheet" media="screen" />
<link href="styles/printerstyles.css" type="text/css" rel="stylesheet" media="print">
i have that so how to I allow the user to click a link for a printer friendly version, and how will i choose to use the other stylesheet?thanks alot
<link href="styles/styles.css" type="text/css" rel="stylesheet" media="screen" />
<link href="styles/printerstyles.css" type="text/css" rel="stylesheet" media="print">
i have that so how to I allow the user to click a link for a printer friendly version, and how will i choose to use the other stylesheet?thanks alot