| Schönere Formulare mit CSS |
<input type="text" value="Standard-Formular">
<input type="text" value="Standard-Formular" style="border: 1px solid black">
<input type="text" value="Standard-Formular" style="border: 1px dotted red">
<input type="text" value="Standard-Formular" style="border: 1px dotted red; background: transparent">
<input type="text" value="Standard-Formular" style="border: 1px solid black; background-color: #777777; color: white;">
<input type="text" value="Standard-Formular" style="border: 1px solid black; background-image:url(hintergrund.gif)">
<table width=275 border=0 cellpadding=5> <tr><td background="hintergrund.gif"> <input type="text" value="Standard-Formular" style="border-top: 1px solid white; border-left: 1px solid white; border-right: 1px solid #555555; border-bottom: 1px solid #555555; color: white; background: transparent;"> </td></tr></table>