how do I move a table up in html/dreamweaver cs5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maximom
    New Member
    • Feb 2013
    • 1

    #1

    how do I move a table up in html/dreamweaver cs5

    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.
    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 &amp; performed by<br />
        S. Anderson, L. Nagle &amp; J. Turrell<br />
        &copy; Wild Asperagus Productions 2012</td>
    <br />&nbsp;<br /><br />&nbsp;<br /> 
     <td>&nbsp;</td>
        
    
    
        <td><a href="Music/vectors music/Plane Crash.mp3">"Plane Crash"</a><br />
        Written &amp; performed by Jen Turrell<br />
        Harp by Elizabeth Elgin<br />
        From the EP "Honesty and Apologies" <br />                                                         
        <br />&nbsp;<br />   
                                          
    </td>
    
      </tr>
    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
    Last edited by zmbd; Feb 3 '13, 03:26 PM. Reason: [Z{Please use the <CODE/> formatting button to format your posted code and SQL}]
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Give the bottom margin of the list a negative value.

    Comment

    Working...