Natalie, that works! :) thanks heaps. Thanks Terrence.

On Tue, 16 Nov 2004 16:56:19 +1300, Terrence Wood <[EMAIL PROTECTED]> wrote:
> In CSS 2.0 you would use:
> 
> img
> {
> page-break-inside: avoid;
> }
> 
> if it were supported, but unfortunately AFAIK it isn't.
> 
> You can try:
> 
> #selected-img-that-breaks
> {
> page-break-before: always;
> }
> 
> which should work, but you need to know ahead of time which image is
> going to break your page.
> 
> ./tdw
> 
> 
> 
> 
> On 2004-11-16 3:56 PM, Amit Karmakar wrote:
> > People,
> >
> > I am working on a Intranet site that has a lot of screengrabs and
> > while the print CSS works beautifully one problem I am facing is:
> >
> > Screenshots that appear towards the end of the page gets cut off and
> > the rest of the screenshot of those images appear in the next page.
> > Grrr!
> >
> > Just wondering if there is a way to avoid this?
> >
> > TIA
> 
> ******************************************************
> The discussion list for  http://webstandardsgroup.org/
> 
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> ******************************************************
> 
> 


-- 
Regards,
Amit Karmakar
http://karmakars.com
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to