Re: [PHP] How-to put something at bottom of page

2001-10-18 Thread Mark
On Fri, 19 Oct 2001 09:15:57 +1000, Lucas Chan wrote: >This thread is off topic, but anyway. true. >I would highly recommend not using tables to do this. You'll find >that in some browsers it will cause scroll-bars to become active >when they clearly don't need to be. > >Very ugly indeed. also

Re: [PHP] How-to put something at bottom of page

2001-10-18 Thread Lucas Chan
This thread is off topic, but anyway. I would highly recommend not using tables to do this. You'll find that in some browsers it will cause scroll-bars to become active when they clearly don't need to be. Very ugly indeed. Regards, [ lucas ] "Richard Baskett" <[EMAIL PROTECTED]> wrote in

Re: [PHP] How-to put something at bottom of page

2001-10-18 Thread Richard Baskett
can use to do this? > > Jc > > >> From: Richard Baskett <[EMAIL PROTECTED]> >> To: Jean-Christian Imbeault <[EMAIL PROTECTED]> >> Subject: Re: [PHP] How-to put something at bottom of page >> Date: Thu, 18 Oct 2001 01:13:58 -0700 >> >> Y

Re: [PHP] How-to put something at bottom of page

2001-10-18 Thread Jean-Christian Imbeault
rest of the rest of the screen ... I just want them to be as wide as they need to be, no more ... Is there some tag I can use to do this? Jc >From: Richard Baskett <[EMAIL PROTECTED]> >To: Jean-Christian Imbeault <[EMAIL PROTECTED]> >Subject: Re: [PHP] How-to put someth

Re: [PHP] How-to put something at bottom of page

2001-10-18 Thread Richard Baskett
You can do this with html, just make your page a table with height="100%", and then have your footer in it's own row at the bottom with valign="bottom" and make sure your table cell with your main content is valign="top". Since I can not see what you're doing I cant give you specifics, but I thin

Re: [PHP] How-to put something at bottom of page

2001-10-18 Thread Rudi Ahkers
://www.bonzai.org.za Cell: 082 926 1689 - Original Message - From: "Jean-Christian Imbeault" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 18, 2001 10:09 AM Subject: [PHP] How-to put something at bottom of page > I'm not sure if this is

[PHP] How-to put something at bottom of page

2001-10-18 Thread Jean-Christian Imbeault
I'm not sure if this is a PHP or HTML question but can anyone tell me of a way to place an image or text at the bottom of a browser window? I have some pages that have only a bit of text and when I place my footer on that page I would like it to line up nicely with the bottom of the browser wi