Hallo Marcus!
Oh je, mit Frontpage gemacht??
Fehler:
<html>
<head>
----> Heisst die Seite wirklich so??? <title>Neue Seite 2</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
</head>
<body>
<form method="POST" action="news_update_korrektur.asp">
<input type="hidden" name="datum" value="<%=Left(Now,5)%>"><input type="hidden"
name="uhrzeit" value="<%=Right(Now,8)%>"><input type="hidden" name="id" value="<%=id%>">
<table BORDER="1" CELLSPACING="1" CELLPADDING="0"
width="100%" height="343" bgcolor="#000080" bordercolor="#000080"
bordercolorlight="#000080" bordercolordark="#000080">
<tr>
<td VALIGN="middle" BGCOLOR="#000080" HEIGHT="48" width="722" align="center">
---> Wer div aufmacht, musss es auch wieder zu machem! <div
align="center"><center><p><font color="#FF8000" face="Arial"><strong><big><big><big>TELEKOM
NEWS</big></big></big><br>
<big><big><big>- Administrator -</big></big></big></strong></font></td>
</tr>
----> aling=center in tr ist unnötig <tr align="center">
----> <font> nicht vor td, sondern in td setzen! <font color="#000080"><td VALIGN="TOP" BGCOLOR="#FFFFFF" HEIGHT="287" width="722"
align="center"></font>
----> Diese Tabelle wird nicht geschlossen! <table border="0" cellspacing="1" width="80%">
<tr>
<td width="11%"><strong><font face="Arial">Titel:</font></strong></td>
<td width="89%"><input type="text" name="titel" size="40" value="<%=titel%>"></td>
</tr>
<tr>
<td width="11%" valign="top"><strong><font face="Arial">News:</font></strong></td>
<td width="89%"><pre><textarea rows="10" name="news" cols="70" wrap="hard"><%=news%></textarea></pre>
</td>
</tr>
<tr>
<td width="11%"><strong><font face="Arial">Autor:</font></strong></td>
<td width="10%"><input type="text" name="autor" size="2" maxlength="2" value="<%=autor%>"></td>
</tr>
-----> Hier schreibst du ins Leere! Fehlt: <tr><td> <div style="position:absolute; top:300px; left:280px"><a href="javascript:history.back(-1);"><img src="../bilder/zurueck_news.gif" border=0></a></div>
<div style="position:absolute; top:302px; left:480px"><a href="news_delete.asp?which=<%=id%>"><img src="../bilder/loeschen_news.gif" border=0></a></div>
-----> Das würde erst nach der Tabelle kommen </form>
</table>
</body>
</html>
Schau dir deinen Code nochmal genau an. Du hast oft vergessen die Tags wieder zu schliessen oder du hast Tags nichteinmal geöffnet.
Ich hab auch nicht alle Fehler angekreidet...
Gute Hilfe für dich: SELFHTML
Nicht böse sein....
Da musst du self durch. :-)
Bis dann
Alex