Sohail: Tabellenhintergrund in NS 4.72 // IE5.5 Formular

Beitrag lesen

Hallo,

ich dein Programm so verbessert,

<html>
<body>
<form method="post" action="suchen.htm" name="schnellsuche">
<table width="305" border="1" cellspacing="0" cellpadding="0" height="30" align="center">
  <tr>
    <td rowspan="2" width="52" background="Welle2.jpg"> </td>
    <td height="54" background="Welle2.jpg" width="253"><img src="schnellsuche_letter.gif" width="143" height="21"></td>
 </tr>
 <tr>
    <td height="66" width="253">
      <input type="text" name="textfield23">
      <input type="image" name="abschicken3" src="schnellsuche_suchen.gif" alt="Suchen" align="bottom" border="0" width="36" height="14">
     <img src="schnellsuche_14blank.gif" width="20" height="14"><a href="detailsuche.htm"><img src="schnellsuche_profisuche.gif" width="56" height="14" border="0" alt="Profisuche"></a>
     <input type="hidden" name="sessiontime3" value="$sessiontime">
     <input type="hidden" name="session3" value="$session">
 </td>
 </tr>
</table>
</form>
</body>

Das wird auch im Nescape an gezeigt.

Sohail
</html>