Dirk: Formular wird immer mittig auf der Seite angezeigt...

Beitrag lesen

Hallo,
ich verzweifel hier. Ich versuche dieses Formular oben links zu positionieren. Es geht immer links in die Mitte. Ich habe keine Ahnung woran das liegen kann. Wie kann ich das oben links positionieren? Geht das mit einem Form ueberhaupt?

  
<form action=http://www.mapquest.com/directions/main.adp method="get">  
 <table valign="top" border="0" cellpadding="0" cellspacing="0" style="font: 11px Arial,Helvetica;">  
 <tr>  
  <td colspan="2" style="font-weight: bold;">FROM:</td>  
 </tr>  
 <br />  
 <tr>  
  <td colspan="2">Address or Intersection: </td>  
 </tr>  
 <br/>  
 <tr>  
  <td colspan="2"><input type="text" name="1a" size="22" maxlength="30" value=""></td>  
 </tr>  
 <br/>  
 <tr>  
  <td colspan="2">City: </td>  
 </tr>  
 <br />  
 <tr>  
 <td colspan="2">  
  <input type="text" name="1c" size="22" maxlength="30" value="">  
 </td>  
 </tr>  
 <br/>  
 <tr><td>State:</td><td> ZIP Code:</td></tr>  
 <tr><td><input type="text" name="1s" size="4" maxlength="2" value=""></td><td><input type="text" name="1z" size="8" maxlength="10" value=""></td></tr>  
 <br/><tr><td colspan="2">Country:</td></tr>  
 <br/><tr><td colspan="2"><select name="1y"><option value="CA">Canada</option><option value="US" selected>United States</option></select></td></tr>  
 <br/><tr><td colspan="2" style="text-align:center; padding-top: 10px;"><input type="submit" name="dir" value="Get Directions" border="0"></td></tr>  
 <br/><input type="hidden" name="CID" value="lfddwid"><br /></table><br />  
 <input type="hidden" name="go" value="1">  
 <input type="hidden" name="2a" value="1910 Abbott Street">  
 <input type="hidden" name="2c" value="Charlotte">  
 <input type="hidden" name="2s" value="NC">  
 <input type="hidden" name="2z" value="28203">  
 <input type="hidden" name="2y" value="">  
</form>