I have a page with a table on it and the table is too far below the banner across the top but I cannot figure out how to move it up closer to the menu bar.
so when I look at the page the table is several inches below the menu bar. When I remove the menu bar text then the table moves up.
Help!!!!
thanks Maximom
Code:
<div id="Nav">
<ul>
<li><a href="Filmnew.htm">Trailer</a></li>
<li><a href="About the film.htm">About the Film</a></li>
<li><a href="About Usnew.htm">About Us</a></li>
<li><a href="musicnew.htm">Music</a></li>
<li><a href="Images.htm">Images</a></li>
<li><a href="Screeningnew.htm">Screenings</a></li>
<li><a href="donate.htm">Donate</a></li>
<li><a href="Purchase DVDnew.htm">Purchase DVD</a></li>
<li><a href="Contactnew.htm">Contact</a></li>
<li><a href="index.htm">Laura's Home Page</a></li>
</ul>
</div>
<center><table width="650" border="1" table style="font-size:12px">
<tr>
<td><a href="Music/23 laura.mp3">"Vectors of Laura"</a><br />
Lyrics written by<br />
L. Nagle & J. Schaffer<br />
Music written & performed by<br />
S. Anderson, L. Nagle & J. Turrell<br />
© Wild Asperagus Productions 2012</td>
<br /> <br /><br /> <br />
<td> </td>
<td><a href="Music/vectors music/Plane Crash.mp3">"Plane Crash"</a><br />
Written & performed by Jen Turrell<br />
Harp by Elizabeth Elgin<br />
From the EP "Honesty and Apologies" <br />
<br /> <br />
</td>
</tr>
Help!!!!
thanks Maximom
Comment