Re: Aligning the footer to bottom of page

2001-06-20 Thread Hoang Nam

I have the same problem because for now, the property vertical-align is not
implemented in FOP yet.
Try to reduce the margin-bottom !

- Original Message -
From: "Wabei" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 20, 2001 9:40 PM
Subject: Aligning the footer to bottom of page


> Hello lister,
>
> I am having trouble aligning my footer to the bottom
> of the page.
>
> When I have a extent = 1cm, it prints only about 1
> line at the bottom, when I increase the extent to 10cm
> to fit all the lines in my footer, it moves the footer
> up on the page.  Any ideas on how to fix this???
>
> I was searched past emails in the archive to find the
> solution but have not found one there.
>
> Thank you
>
> Wabei
>
>
> __
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Aligning the footer to bottom of page

2001-06-20 Thread Wabei


I reduced the margin-bottom t0 zero and that still did
not work.  I will try and see if I can specify an
absolute position on the page for the footer.

Thanks for the feedback.

Wabei

--- Hoang Nam <[EMAIL PROTECTED]> wrote:
> I have the same problem because for now, the
> property vertical-align is not
> implemented in FOP yet.
> Try to reduce the margin-bottom !
> 
> - Original Message -
> From: "Wabei" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, June 20, 2001 9:40 PM
> Subject: Aligning the footer to bottom of page
> 
> 
> > Hello lister,
> >
> > I am having trouble aligning my footer to the
> bottom
> > of the page.
> >
> > When I have a extent = 1cm, it prints only about 1
> > line at the bottom, when I increase the extent to
> 10cm
> > to fit all the lines in my footer, it moves the
> footer
> > up on the page.  Any ideas on how to fix this???
> >
> > I was searched past emails in the archive to find
> the
> > solution but have not found one there.
> >
> > Thank you
> >
> > Wabei
> >
> >
> > __
> > Do You Yahoo!?
> > Get personalized email addresses from Yahoo! Mail
> > http://personal.mail.yahoo.com/
> >
> >
>
-
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, email:
> [EMAIL PROTECTED]
> 
> 
>
_
> Do You Yahoo!?
> Get your free @yahoo.com address at
> http://mail.yahoo.com
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, email:
> [EMAIL PROTECTED]
> 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Aligning the footer to bottom of page

2001-06-21 Thread Petr Andrs

As I understand the CR, it seems to me quite strange to specify extent 
on region-before or region-after larger than apropriate margins on 
region-body. If this rule is violated I can't imagine how areas should 
be layed out. Maybe this causes some of your problems.

pa

On 20 Jun 2001, at 13:49 Wabei wrote about Re: Aligning the footer to bottom o :

> 
> I reduced the margin-bottom t0 zero and that still did
> not work.  I will try and see if I can specify an
> absolute position on the page for the footer.
> 
> Thanks for the feedback.
> 
> Wabei
> 
> --- Hoang Nam <[EMAIL PROTECTED]> wrote:
> > I have the same problem because for now, the
> > property vertical-align is not
> > implemented in FOP yet.
> > Try to reduce the margin-bottom !
> > 
> > - Original Message -
> > From: "Wabei" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, June 20, 2001 9:40 PM
> > Subject: Aligning the footer to bottom of page
> > 
> > 
> > > Hello lister,
> > >
> > > I am having trouble aligning my footer to the
> > bottom
> > > of the page.
> > >
> > > When I have a extent = 1cm, it prints only about 1
> > > line at the bottom, when I increase the extent to
> > 10cm
> > > to fit all the lines in my footer, it moves the
> > footer
> > > up on the page.  Any ideas on how to fix this???
> > >
> > > I was searched past emails in the archive to find
> > the
> > > solution but have not found one there.
> > >
> > > Thank you
> > >
> > > Wabei
> > >
> > >
> > > __
> > > Do You Yahoo!?
> > > Get personalized email addresses from Yahoo! Mail
> > > http://personal.mail.yahoo.com/
> > >
> > >
> >
> - >
> > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For
> additional commands, email: > [EMAIL PROTECTED] > > >
> _ > Do You
> Yahoo!? > Get your free @yahoo.com address at > http://mail.yahoo.com >
> > >
> - >
> To unsubscribe, e-mail: > [EMAIL PROTECTED] > For
> additional commands, email: > [EMAIL PROTECTED] > 
> 
> 
> __
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
> 
> - To
> unsubscribe, e-mail: [EMAIL PROTECTED] For additional
> commands, email: [EMAIL PROTECTED]
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Aligning the footer to bottom of page

2001-06-21 Thread Hoang Nam

Sure , the extent of xsl-region-bottom shoud be equal to margin-bottom of
xls-region-body !

- Original Message -
From: "Petr Andrs" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 21, 2001 1:26 PM
Subject: Re: Aligning the footer to bottom of page


> As I understand the CR, it seems to me quite strange to specify extent
> on region-before or region-after larger than apropriate margins on
> region-body. If this rule is violated I can't imagine how areas should
> be layed out. Maybe this causes some of your problems.
>
> pa
>
> On 20 Jun 2001, at 13:49 Wabei wrote about Re: Aligning the footer to
bottom o :
>
> >
> > I reduced the margin-bottom t0 zero and that still did
> > not work.  I will try and see if I can specify an
> > absolute position on the page for the footer.
> >
> > Thanks for the feedback.
> >
> > Wabei
> >
> > --- Hoang Nam <[EMAIL PROTECTED]> wrote:
> > > I have the same problem because for now, the
> > > property vertical-align is not
> > > implemented in FOP yet.
> > > Try to reduce the margin-bottom !
> > >
> > > - Original Message -
> > > From: "Wabei" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Wednesday, June 20, 2001 9:40 PM
> > > Subject: Aligning the footer to bottom of page
> > >
> > >
> > > > Hello lister,
> > > >
> > > > I am having trouble aligning my footer to the
> > > bottom
> > > > of the page.
> > > >
> > > > When I have a extent = 1cm, it prints only about 1
> > > > line at the bottom, when I increase the extent to
> > > 10cm
> > > > to fit all the lines in my footer, it moves the
> > > footer
> > > > up on the page.  Any ideas on how to fix this???
> > > >
> > > > I was searched past emails in the archive to find
> > > the
> > > > solution but have not found one there.
> > > >
> > > > Thank you
> > > >
> > > > Wabei
> > > >
> > > >
> > > > __
> > > > Do You Yahoo!?
> > > > Get personalized email addresses from Yahoo! Mail
> > > > http://personal.mail.yahoo.com/
> > > >
> > > >
> > >
> > - >
> > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For
> > additional commands, email: > [EMAIL PROTECTED] > > >
> > _ > Do You
> > Yahoo!? > Get your free @yahoo.com address at > http://mail.yahoo.com >
> > > >
> > - >
> > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For
> > additional commands, email: > [EMAIL PROTECTED] >
> >
> >
> > __
> > Do You Yahoo!?
> > Get personalized email addresses from Yahoo! Mail
> > http://personal.mail.yahoo.com/
> >
> > - To
> > unsubscribe, e-mail: [EMAIL PROTECTED] For additional
> > commands, email: [EMAIL PROTECTED]
> >
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]