I have a few fairly straight-forward HTML sites formatted by CSS but would like to create an alternative format for printing.
Any thoughts on how this is done or the alternative CSS invoked?
Steve
PHP_Idiot
2:46 pm on Sep 14, 2011 (gmt 0)
There are probably much cleverer answers but I just made plain text versions with no templates, colours or styling at all, and direct linked to them. You could do it with css and I suppose it depends on how many pages you have that you want printable, as mine are all dynamically generated I have one extra plain page with all the script I need for the dynamic data to be generated.
rocknbil
3:49 pm on Sep 14, 2011 (gmt 0)
Welcome aboard cimbian . . . Look into
@media print { /* Print only selectors apply here */ }