Kai Lahmann: Dreamweaver MX im Profi-Einsatz --- valid HTML

Beitrag lesen

hi

<frameset...>
<frame...>
<frame...>
</frameset>
<noframes>
<body>
</body>
</foframes>

da is wirklich was falsch....
so müsste:

<frameset>
 <frame/>
 <frame/>
 <noframes>
  <body>
  </body>
 </noframes>
</frameset>

Grüße aus Bleckede

Kai