Why does my table always go to the bottom of the webpage? The table that lists "books" "author", etc always moves to bottom of screen. I want the image to be at bottom, not the table....
Anyone able to point me in the right direction?
<html>
<head>
<title>
Ruth Bernhard Report
</title>
</head>
<body bgcolor="#eceae1">
<center>
<strong>
<h1>Rick Alvernaz</h1><br>
<h2>My Term Paper</h2><br>
<h3>Ruth Bernhard</h3><br>
</strong>
</center>
<img src="/images/ruthbernhard.jpeg"
align="left" />
<p style="text-align:center">
This is a paper about Ruth Bernhard. As a photographer,
she ranks with Edward Weston, Ansel Adams, Minor White and Imogen Cunningham.</p><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<center>
<strong><h2>Outline</h2></strong>
</center>
<ul>
<li>Early Years</li>
<ul>
<li>Birth of Ruth Bernhard</li>
<li>Divorce of Mother</li>
<li>Remarriage of Father</li>
</ul>
<li>New York City</li>
<ul>
<li>Lucian Bernhard invitation</li>
<li>"Get to work"</li>
<li>Great Depression</li>
</ul>
<li>Early photography</li>
<ul>
<li>Photograph "Lifesavers"</li>
<li>Commercial Work</li>
<li>Break into Art Photography</li>
</ul>
<li>Post World War II</li>
<ul>
<li>Alfred Stieglitz</li>
<li>Edward Weston</li>
<li>Ansel Adams</li>
</ul>
</ul>
<br>
<center>
<table border="3" cellpadding="8" cellspacing="1">
<tr>
<tr>
<td>Book</td>
<td>Author</td>
<td>Publisher</td>
</tr>
<tr>
<td>The Eternal Body</td>
<td>Margaretta K Mitchell</td>
<td>Chronicle Books</td>
</tr>
<tr>
<td>Between Art and Life</td>
<td>Margaretta K Mitchell</td>
<td>Chronicle Books</td>
</tr>
</tr>
</center>
<br>
<br>
<img src="/images/lifesavers.jpg"
align="center"
height="200"
width="250"/>
</body>
</html>