x-VieW: Tabelle und Textfeld

Beitrag lesen

Hallo Manuela
Meinst du es in etwa so
----------------
<html>
<body>
<table border="1" bordercolor="red" cellspacing="1" width="50">
      <tr>
        <td width="100%"><input type="text" name="aktuellNominal" size="50" value="0" readonly>
        </td>
      </tr>
    </table>
</body>
</html>
-----------------
Gruss
x-VieW