Dominique: Button werden im Internet Explorer nicht dargestellt.

Beitrag lesen

Hallo...

Quelltext rausrücken

Ok, hier ist der betreffende Ausschnitt. (Die Seite ist zur Zeit nicht zu erreichen über das Net.) Ich habe das Gefühl, dass alles korrekt ist, aber vielleicht bin ich einfach etwas blind...

<table valign="top" background="none" height="100%" width="100%" border="0" cellpadding="0" cellspacing="0">                   <tr>                     <td width="110"> </td>                     <td width="10"> </td>                     <td height="30" valign="top" class="text" width="487">* Diese                     Daten werden benötigt</td>

</tr>                   <form name="kontakt" method="post" action="kontakt.php?send=true">                   <tr>                     <td height="30" class="text" width="110" align="right">Name</td>                     <td height="30" width="10"> </td>                     <td height="30" class="text" width="487">                       <input type="text" name="Name" size="20" maxlength="50" value=""> *                     </td>                   </tr>

<tr>                     <td height="30" align="right" class="text" width="110">Vorname</td>                     <td height="30" width="10"> </td>                     <td height="30" class="text" width="487">                     <input type="text" name="Vorname" size="20" maxlength="50" value=""> *                     </td>                   </tr>                   <tr>                     <td height="30" align="right" class="text" width="110">Firma/Verein</td>

<td height="30" width="10"> </td>                     <td height="30" class="text" width="487">                     <input type="text" name="Organisation" size="20" maxlength="100" value="">                     </td>                   </tr>                   <tr>                     <td height="30" align="right" class="text" width="110">Strasse                     Nr.</td>                     <td height="30" width="10"> </td>                     <td height="30" class="text" width="487">                     <input type="text" name="Strasse" size="20" maxlength="50" value=""> *                     </td>

</tr>                   <tr>                     <td height="30" align="right" class="text" width="110">PLZ</td>                     <td height="30" width="10"> </td>                     <td height="30" class="text" width="487">                     <input type="text" name="PLZ" size="4" maxlength="4" value=""> *                     </td>                   </tr>                   <tr>                     <td height="30" align="right" class="text" width="110">Ort</td>

<td height="30" width="10"> </td>                     <td height="30" class="text" width="487">                     <input type="text" name="Ort" size="20" maxlength="50" value=""> *                     </td>                   </tr>                   <tr>                     <td height="30" align="right" class="text" width="110">Telefon</td>                     <td height="30" width="10"> </td>                     <td height="30" class="text" width="487">                     <input type="text" name="Telefon" size="20" maxlength="30" value=""> *                     </td>

</tr>                   <tr>                     <td height="30" align="right" class="text" width="110">E-Mail</td>                     <td height="30" width="10"> </td>                     <td height="30" class="text" width="487">                     <input type="text" name="Email" size="20" maxlength="100" value="">                     </td>                   </tr>                   <tr>                     <td align="right" class="text" width="110">Bemerkungen</td>

<td width="10"> </td>                     <td class="text" width="487">                     <textarea name="Bemerkungen" cols="30" rows="5"></textarea>                     </td>                   </tr>                   <tr>                     <td align="right" class="text" width="110"> </td>                     <td width="10"> </td>                     <td class="text" width="487"> </td>                   </tr>

<tr>                     <td align="right" class="text" width="110">                     <input type="checkbox" name="TelKontakt" value="">                     </td>                     <td width="10"> </td>                     <td class="text" width="487">Bitte kontaktieren sie mich telefonisch.</td>                   </tr>                   <tr height="5">                     <td align="right" class="text" width="110"> </td>                     <td width="10"> </td>

<td class="text" width="487"> </td>                   </tr>                   <tr>                     <td align="right" class="text" width="110">                       <input type="checkbox" name="Probetraining" value="">                     </td>                     <td width="10"> </td>                     <td class="text" width="487">Ich möchte ein kostenloses Probetraining                       absolvieren.<br>                       (Wir werden Sie zur Terminvereinbarung anrufen.)</td>

</tr>                   <tr height="5">                     <td align="right" class="text" width="110" height="5"> </td>                     <td height="5" width="10"> </td>                     <td class="text" width="487" height="5"> </td>                   </tr>                   <tr>                     <td height="5" align="right" class="text" width="110"> </td>                     <td height="5" width="10"> </td>

<td height="5" class="text" width="487"> </td>                   </tr>                   <tr>                     <td height="30" align="right" class="text" width="110">                       <input type="submit" name="Senden" value="Senden">                     </td>                     <td height="30" width="10"> </td>                     <td height="30" class="text" width="487">                       <input type="reset" name="Loeschen" value="Löschen">                     </td>

</tr>                   </form>                 </table>