Hallo 
Nachdem ich jetzt etliche Stunden den HTML Code ausgebessert habe, sind nur mehr wenige Fehler geblieben - diese hier sind auf jeder Seite, aber ich weiß nicht, wie ich das umändere. Kann mir vielleicht jemand behilflich sein? Danke
. Diese Warnungen meine ich (die Grafik Schwarz.jpg soll aber nicht durch einen Farbcode ersetzt werden und die css scheinen eigentlich auf der Homepage ganz normal auf, nur hier nicht):
[code:1:9d406abfa6]12: <style type="text/css">
13:
14:
15: </style>
--Warnung: empty container element <STYLE>.
16: <style type="text/css">
17:
18: </style>
--Warnung: empty container element <STYLE>.
19: <title>Nebelflug</title>
20: <link rel="SHORTCUT ICON" href=
21: "http://www.nebelflug.de/favicon.ico">
22: </head>
23: <body background=
24: "http://www.nebelflug.de/Ornamenthintergrund.jpg" text="#CDC0AB"
25: vlink="#CDC0AB" alink="#CDC0AB" link="#CDC0AB">
--Tip: should set all or none of BGCOLOR, TEXT, LINK, ALINK, VLINK attributes on BODY element
26: <p><font face="Times New Roman"><br>
27: </font></p>
28: <center>
29: <table cellspacing="0" cellpadding="69" width="87%" background=
30: "http://www.nebelflug.de/Schwarz.jpg" border="1">
--Warnung: unknown attribute "BACKGROUND" for element <TABLE>.
31: <tr>
32: <td width="100%">
33: <table width="100%" bgcolor="#000000" border="1">
34: <tr>
35: <td width="100%">
36: <p align="center"> </p> [/code:1:9d406abfa6]
Liebe Grüße
Lila

Nachdem ich jetzt etliche Stunden den HTML Code ausgebessert habe, sind nur mehr wenige Fehler geblieben - diese hier sind auf jeder Seite, aber ich weiß nicht, wie ich das umändere. Kann mir vielleicht jemand behilflich sein? Danke

[code:1:9d406abfa6]12: <style type="text/css">
13:
14:
15: </style>
--Warnung: empty container element <STYLE>.
16: <style type="text/css">
17:
18: </style>
--Warnung: empty container element <STYLE>.
19: <title>Nebelflug</title>
20: <link rel="SHORTCUT ICON" href=
21: "http://www.nebelflug.de/favicon.ico">
22: </head>
23: <body background=
24: "http://www.nebelflug.de/Ornamenthintergrund.jpg" text="#CDC0AB"
25: vlink="#CDC0AB" alink="#CDC0AB" link="#CDC0AB">
--Tip: should set all or none of BGCOLOR, TEXT, LINK, ALINK, VLINK attributes on BODY element
26: <p><font face="Times New Roman"><br>
27: </font></p>
28: <center>
29: <table cellspacing="0" cellpadding="69" width="87%" background=
30: "http://www.nebelflug.de/Schwarz.jpg" border="1">
--Warnung: unknown attribute "BACKGROUND" for element <TABLE>.
31: <tr>
32: <td width="100%">
33: <table width="100%" bgcolor="#000000" border="1">
34: <tr>
35: <td width="100%">
36: <p align="center"> </p> [/code:1:9d406abfa6]
Liebe Grüße
Lila
Kommentar