Hi ,
forget tables. You can use frames but htey are messy and issues arise with
search engines etc.
Use style sheets. Use style classes which can allow positioning anywhere you
want.
I have included some code that may help. You are using styles on your divs
you just need to elaborate them a little.
Main Page
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../../../web%20tests/apisto/footer.css"
type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div id="Footer" class="footer"> <img
src="../../../web%20tests/apisto/leluepi2.gif" width="100" height="75">
</div >
</body>
</html>
Style Sheet
.footer { float: left; position: relative; visibility: visible; left:
0px; top: 90%;z-index: 5; border: medium #000000 solid}
Thanks,
John
>Subject: page layout
>From: "Mignon Hunter" <[EMAIL PROTECTED]>
>Date: Thu, 28 Nov 2002 08:37:43 -0600
>X-Message-Number: 11
>Hello list,
>I am trying to figure out a way to make Footer span the total bottom of
>page, to appear under both SideBar and Content divs. I can get the
>image to appear but it does so at the top of the page. I could use
>absolute positioning but the Content div will be dynamic and therefore I
>will not know how long the page will be.
>Any advice on this issue will be greatly appreciated.
____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]