Hier mein Code:
Ich möchte gerne das die Felder "MwSt." und "Bruttobetrag" untereinander stehen also unter "Nettobetrag" aber neben dem "textarea" Feld.. Ich finde einfach keine Lösung
Code:
<table cellspacing="0" width="650">
<tr bgcolor="#CCCCCC">
<td><textarea name="textende" cols="60" rows="5" id="TextEnde" style="font-size:11px;"></textarea></td>
<td valign="top"><b>Nettobetrag</b></td>
<td valign="top">:</td>
<td valign="top" align="right"><input name="summenetto" size="4" maxlength="6" value="0,00" type="text"></td>
<td></td>
<td valign="top"><b>MwSt.</b></td>
<td valign="top">:</td>
<td valign="top" align="right"><select name="mwst"><option value="0">0 %</option><option value="7">7 %</option><option value="16">16 %</option><option value="19">19 %</option></select></td>
<td></td>
<td valign="top"><b>Bruttobetrag</b></td>
<td valign="top">:</td>
<td valign="top" align="right"><input name="bruttonetto" size="4" maxlength="6" value="0,00" type="text"></td>
</tr>
</table>
Ich möchte gerne das die Felder "MwSt." und "Bruttobetrag" untereinander stehen also unter "Nettobetrag" aber neben dem "textarea" Feld.. Ich finde einfach keine Lösung