Das freut mich.Habe noch eine coole Idee, die mir mehr gefallen würde. Kannst Du ja mal versuchen (Farbiger Singalhintergrund):
|
HTML
|
1
2
3
4
5
6
7
8
9
10
|
<tr>
<td class="left" colspan="2" style="background-color: #ff4500;">
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="left" width="50%">$L_editprofile_current_password<br /><span class="small">$L_editprofile_current_password_description</span></td>
<td class="right" width="50%"><input type="password" name="cur_password" size="15" maxlength="50" style="width:90%;" /></td>
</tr>
</table>
</td>
</tr>
|