Re: [css-d] Print version CSS

2009-02-24 Thread david
Konstantin Kuchugurin wrote: Hello all! I'm preparing a print version of web page. I would like to know how to make a page break, and whether all use 660px width, or it can be automatic margins. I've seen stylesheets that attempt to force page breaks. I don't think it works reliably. Closest

Re: [css-d] Print version CSS

2009-02-24 Thread Ankeet P
On Tue, Feb 24, 2009 at 3:01 AM, david gn...@hawaii.rr.com wrote: You can use inches in stylesheets - they make perfect sense only for print stylesheets ... ;-) -- David gn...@hawaii.rr.com authenticity, honesty, community But must we not exercise caution when using inches? You don't

Re: [css-d] Print version CSS

2009-02-24 Thread Jack Timmons
On Tue, Feb 24, 2009 at 1:15 AM, Konstantin Kuchugurin koxal...@gmail.comwrote: Hello all! I'm preparing a print version of web page. I would like to know how to make a page break, and whether all use 660px width, or it can be automatic margins. Yours, Konstantin So far as the page breaks

Re: [css-d] Print version CSS

2009-02-24 Thread Gunlaug Sørtun
Konstantin Kuchugurin wrote: I'm preparing a print version of web page. I would like to know how to make a page break, You'll find reasonably good support for these page-break properties... http://www.w3.org/TR/CSS21/page.html#page-break-props ...in Firefox 3.x and Opera. and whether all

Re: [css-d] Print version CSS

2009-02-24 Thread david
Ankeet P wrote: On Tue, Feb 24, 2009 at 3:01 AM, david gn...@hawaii.rr.com wrote: You can use inches in stylesheets - they make perfect sense only for print stylesheets ... ;-) But must we not exercise caution when using inches? You don't always know what different sizes of paper your users

Re: [css-d] Print version CSS

2009-02-24 Thread Grant, Melinda
Konstantin said: Hello all! I'm preparing a print version of web page. I would like to know how to make a page break, and whether all use 660px width, or it can be automatic margins. I don't know what browsers you need to target, but there is good support in the mainstream browsers,

[css-d] Print version CSS

2009-02-23 Thread Konstantin Kuchugurin
Hello all! I'm preparing a print version of web page. I would like to know how to make a page break, and whether all use 660px width, or it can be automatic margins. Yours, Konstantin __ css-discuss [cs...@lists.css-discuss.org]

[css-d] Print version CSS questions... print hidden content?

2008-09-29 Thread Karl Jacobs
Howdy, Had a hot project dump in my lap. We are going to eliminate the print version of an in-house newsletter, and taking it online. So I'll have a site for it, with a front page for it, that would hold the first paragraph or so of each article, and then click for more. No problem there.

Re: [css-d] Print version CSS questions... print hidden content?

2008-09-29 Thread Chris Akins
I've not used print style sheets before, but I believe you can just set certain elements to display:none in your screen stylesheet but set those same elements to display:anotherValue for whatever the element is. So, if you were to put the content you want displayed on screen in one div that