yusufakyol
Posts: 73
|
| Posted: 06/11/2009, 5:42 AM |
|
Hi,
Is there any way to define different styles for web and printable versions of reports?
Thanks for any help.
Best regards.
_________________
Best Regards |
 |
 |
jjrjr1
Posts: 942
|
| Posted: 06/11/2009, 6:30 AM |
|
Sure
Have your "Printable" Link generate the page as PDF.
That's the easiest way I know.
http://ccselite.com/online_store.php?pid=24
Or build something like that yourself.
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com |
 |
 |
jjrjr1
Posts: 942
|
| Posted: 06/11/2009, 6:35 AM |
|
Sorry that might not be the total answer to your question
<LINK rel="stylesheet" type"text/css" href="print.css" media="print">
The style sheet link metatag can take a argument to media.
The available choices are.
all
aural
braille
embossed
handheld
print
projection
screen
tty
tv
Hope that is the complete answer
Resource: http://meyerweb.com/eric/articles/webrev/200001.html
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com |
 |
 |
|