Kalle_Worms: Problem mit Rahmen um Tabelle und Input

Beitrag lesen

.gb { font-family: Tahoma; color:#2F3D2E; background-color: #EBEDE9; font-size:12px; text-decoration: none; border-color:#000000; border-bottom-width:1px; border-right-width: 1px; border-left-width: 1px; border-top-width: 1px; border-style:solid; padding:0px }

uuuups, wie umständlich!

gb { font-family:Tahoma; color:#2F3D2E; background-color: #EBEDE9; font-size:12px; text-decoration: none; border:1px solid #000; padding:0px }

<td width="40" valign="middle" align="center" class="gb">Name</td>
    <td width="290" valign="middle"><input type="text" name="name" size="20"></td>

Dem rechten td fehlt class="gb"

LG Kalle