Hi,
Quellcodeauszug:
<TR VALIGN=TOP ALIGN=LEFT>
<TD COLSPAN=6 HEIGHT=24></TD>
</TR>
<TR VALIGN=BOTTOM ALIGN=CENTER>
<TD WIDTH=750 COLSPAN=6 HEIGHT=16>
<form name="form1">
<input type="text" size="78" name="textfeld" value=" Willkommen "
style="font-weight: normal; color: ff6633; background-color: 000033; font-family: Times New Roman,Arial; font-size: 16pt">
</form>
</TD>
Eine Möglichkeit wäre, das </form> einfach nach dem </td> zu setzen. Also:
<input type="text" size="78" name="textfeld" value=" Willkommen "
style="font-weight: normal; color: ff6633; background-color: 000033; font-family: Times New Roman,Arial; font-size: 16pt">
</TD>
</form>
So funktioniert es in Netscape und IE. Allerdings steht das </form> quasi im Nirvana. Schön ist das nicht.
Ob da etwas mit Style-Sheets zu machen ist, weiß ich nicht. Dazu kann bestimmt jemand anderes hier
im Forum etwas sagen.
Gruß,
Slyh