[thelist] a blonde table question

Richard H. Morris richard.morris at web-designers.co.uk
Thu Nov 23 07:05:53 CST 2000


Shoshannah Forbes asked:

> -----Original Message-----
> >I need it to cling to the bottom. It works fine with 800X600, but at
> >1024X768 I have a gap at the bottom of the window. How do I get
> rid of it?

Try doing something like this:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Title</title>
</head>
<body>
  <table border="0" cellspacing="1" height="100%" width="100%">
    <tr>
      <td width="100%">Content goes here</td>
    </tr>
    <tr>
      <td width="100%" height="100" valign="bottom" align="center">Bottom
table goes here
        <p><a href="http://www.foobar.com">Link One</a> | <a
href="http://www.foobar.co.il">Link
        Two</a></td>
    </tr>
  </table>
</body>
</html>

adding your colours and content, etc. where appropriate.

This seems to work on various flavours of browser and platform.

HTH

_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
Richard. H. Morris, Web Designers Limited
~~ http://www.web-designers.co.uk ~~
"I'd rather have a full bottle in front of me
          than a full frontal lobotomy"
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/






More information about the thelist mailing list