Suche im Forum:
Suchen


Autor Nachricht
Beitrag27.10.2006 um 22:02 (UTC)    
Titel:

Der richtige Quellcode in HTML ist dieser:
Code:
<form action="http://www.ohlalala.de/gesundheit/bmi_berechnung.php" name="bmi" method="get">
   <table width="110" cellpadding="2" border="0" bgcolor="#46a2ff" title="Daten eintragen, Bmi berechnen" style="font-size: 0.9em;">
      <tbody>
         <tr>
            <td>
               <h2>Gr&ouml;&szlig;e</h2>
               <input type="text" size="5" maxlength="3" name="groesse" />&nbsp;in cm.
            </td>
         </tr>
         <tr>
            <td>
               <h2>Gewicht</h2>
               <input type="text" size="5" maxlength="5" name="gewicht" />&nbsp;in kg.
            </td>
         </tr>
         <tr>
            <td>
               <h2>Alter</h2>
               <select size="1" name="alter">
                  <option></option>
                  <option>19-24</option>
                  <option>25-34</option>
                  <option>35-44</option>
                  <option>45-54</option>
                  <option>55-64</option>
                  <option>&uuml;ber 65</option>
               </select>
               Jahre.
            </td>
         </tr>
         <tr>
            <td>
               <input type="submit" name="absenden" value="berechnen" style="font-size: 0.8em;" />
            </td>
         </tr>
         <tr>
            <td>
               <a style="font-size: 0.6em;" href="http://www.ohlalala.de">www.ohlalala.de</a>
            </td>
         </tr>
      </tbody>
   </table>
</form>


Post Scriptum:
@ free-planet:
Überprüfst du die Codes eigentlich vorher aus, bevor du sie veröffentlichst?
Beitrag28.10.2006 um 08:13 (UTC)    
Titel:

Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de