![]() |
|
Printing - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: Printing (/thread-3023.html) |
Printing - Cbunny - 2008-06-02 Another question... What setting/coding affects how a page is printed out? When I use the "Default" theme and print out the index page I get a (sort of) exact replica of the page. However, when I use the "Stopdesign" theme and print out the index page I get the page as it would appear without css. What controls this? Printing - acrylian - 2008-06-02 CSS controls this, the best way is to make a extra print.css. Printing - Cbunny - 2008-06-02 acrylian - Neither one of these themes Defaut or Stopdesign has and additional Could it have something to do with this? ` Printing - acrylian - 2008-06-02 I think it has to do with that. (I actually never tried this) Sorry, I am not that used to the stopdesign theme. Best you try out. Printing - Cbunny - 2008-06-02 I did try it (I added The reason I am interested is because as I'm trying to learn this stuff it is helpful to see the structure of the page as opposed to the style (html vs css). It's easy to see the structure when it prints out wo/the effects of the css. Printing - Connie - 2008-06-02 when the css is only included for "screen" and "Projection" there is no CSS defined for print at all and the page will be printed without any css so take off the "media="screen,projection" and it will be valid for all media |