|
Demo
Discussion
|
Forum
Config Examples
Contributions
Vulnerabilities
|
Discussion forum about ELOG |
Not logged in |
 |
|
|
Message ID: 2112
Entry time: Mon Jan 15 09:56:09 2007
Reply to this: 2113
|
|
Category: |
Question |
OS: |
All |
ELOG Version: |
ELOG V2.6. |
|
Subject: |
Addition of a Print CSS |
|
|
Is there any way to change the the embeded style sheet reference to allow a seperate style sheet for printing ?
Default config:-
<link rel="stylesheet" type="text/css" href="default.css">
Would like to configure to :-
<link rel="stylesheet" type="text/css" href="default.css media="screen">
<link rel="stylesheet" type="text/css" href="print.css" media="print">
Thanks |