Re: [css-d] printing parts of a page.

2013-03-01 Thread Wade Smart
Philippe I finally got it figured out. Little testing helped out :D __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

Re: [css-d] printing parts of a page.

2013-03-01 Thread Chris F.A. Johnson
On Sat, 2 Mar 2013, Wade Smart wrote: I finally got it figured out. Little testing helped out :D Please post your solution so others may also benefit. -- Chris F.A. Johnson, http://cfajohnson.com/ Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell

[css-d] printing parts of a page.

2013-02-28 Thread Wade Smart
I have a div, unfortunately down lower on the page, that Im printing off. When it prints, it starts printing about half way down the page. Short of creating another page just to print from, is there a way to pull the data up the page? wade -- Registered Linux User: #480675 Registered Linux

Re: [css-d] printing parts of a page.

2013-02-28 Thread Tom Livingston
Is there anything above the div that you need printed? If not, try a print style that hides anything above the desired div or if nothing is above it, make a print style to pull the div back up the page. HTH Sent from my iPhone On Feb 28, 2013, at 8:26 PM, Wade Smart wadesm...@gmail.com wrote:

Re: [css-d] printing parts of a page.

2013-02-28 Thread Wade Smart
Ive done that. Sorry, i wasnt clear. Only one div has a class of print and the rest are all hidden. Because they do not print, what is there is just a large white gap. ___ Top of the page { empty area } Div that I am printing. ___ On the paper after printing, the

Re: [css-d] printing parts of a page.

2013-02-28 Thread Chris F.A. Johnson
On Thu, 28 Feb 2013, Wade Smart wrote: Ive done that. Sorry, i wasnt clear. Only one div has a class of print and the rest are all hidden. Because they do not print, what is there is just a large white gap. How do you hide it? Do you use 'display: none' or something else?

Re: [css-d] printing parts of a page.

2013-02-28 Thread Philippe Wittenbergh
Le 1 mars 2013 à 10:26, Wade Smart wadesm...@gmail.com a écrit : I have a div, unfortunately down lower on the page, that Im printing off. When it prints, it starts printing about half way down the page. Short of creating another page just to print from, is there a way to pull the data up

Re: [css-d] printing parts of a page.

2013-02-28 Thread Philippe Wittenbergh
Le 1 mars 2013 à 11:38, Philippe Wittenbergh e...@l-c-n.com a écrit : Le 1 mars 2013 à 10:26, Wade Smart wadesm...@gmail.com a écrit : I have a div, unfortunately down lower on the page, that Im printing off. When it prints, it starts printing about half way down the page. Short of

Re: [css-d] printing parts of a page.

2013-02-28 Thread Chris F.A. Johnson
On Thu, 28 Feb 2013, Wade Smart wrote: On Thu, Feb 28, 2013 at 8:32 PM, Chris F.A. Johnson ch...@cfajohnson.com wrote: On Thu, 28 Feb 2013, Wade Smart wrote: Ive done that. Sorry, i wasnt clear. Only one div has a class of print and the rest are all hidden. Because they do not print, what