tobypowers: tables und formulare

Hallo,

versuche eine ganz einfache tabelle mit einem eingebauten formular zu basteln. habe aber das problem, dass die tabellen nicht untereinander angezeigt werden. hier der quelltext - bitte um hilfe!!!

<table width="370px">
 <tr><td height="10px"><hr size="1"></td></tr>
</table>

<table width="370" border="0" cellspacing="0" cellpadding="2" align="left">
<tr>
    <td width="140" colspan="2" valign="top" align="right">
 <font id="Produkt">Antal och storlek:</font></td>
 <td width="75" colspan="2" valign="top" align="left"><input type="text" name="Uniform Turo - Antal och storlekar" size="12" maxlength="200" style="height: 16px;"></td>
 <td width="40" colspan="2" valign="top" align="right">
 <font id="Produkt">F&auml;rg:</font></td>
 <td width="75" colspan="2" valign="top" align="left"><input type="text" name="Uniform Turo - Färger" size="12" maxlength="200" style="height: 16px;"></td>
</tr>
</table>

<table width="370px">
 <tr><td height="10px"><hr size="1"></td></tr>
</table>

  1. Hi,

    <table width="370px">
    <tr><td height="10px"><hr size="1"></td></tr>
    </table>

    An deiner Stelle würd ich ganz auf die ^^ Tabellen verzichten.
    <hr width="370" size="1" align="left">

    das sollte genauso funktionieren wie deine Tabelle da oben.

    MfG lvl

    1. Hallo.

      <hr width="370" size="1" align="left">

      Ein Rahmen für das obere oder untere Element wäre empfehlenswerter.
      MfG, at

  2. hi,

    habe aber das problem, dass die tabellen nicht untereinander angezeigt werden.
    <table width="370" border="0" cellspacing="0" cellpadding="2" align="left">

    Wenn mich nicht alles täuscht, ist align="left" doch das veraltete HTML-Äquivalent zu einem float - also was sucht das dort, wenn du nicht explizit willst, dass nachfolgende Inhalte _neben_ dieser Tabelle dargestellt werden?

    gruß,
    wahsaga

    --
    /voodoo.css:
    #GeorgeWBush { position:absolute; bottom:-6ft; }
    1. danke - jetzt gehts!!! ;-)