Registriert seit: 1. Aug 2007
Ort: Ludwigshafen am Rhein
1.529 Beiträge
Delphi 7 Professional
|
AW: HTML Seitenübergreifende Hintergrundmusik
23. Jan 2011, 19:58
Natürlich ist das nicht W3C-konform (ist nicht schlimm) und ich weiß auch nicht, ob es möglich ist, das konform zu machen.
So, jetzt ist es W3C-konform:
HTML-Code:
<!DOCTYPE HTML PUBLIC " -//W3C//DTD HTML 4.01 Frameset//EN">
< html>
<head>
<meta http-equiv=" Content-Type" content=" text/html; charset=utf-8">
<title>Titel</title>
</head>
<frameset rows=" 0%, 100%">
<frame src=" player.html" name=" frm_player" frameborder=" 0" noresize=" noresize">
<frame src=" index.html" name=" frm_contents" frameborder=" 0">
<noframes>Hinweis, dass Frames unterstützt werden müssen</noframes>
</frameset>
</ html>
Bernhard
Bernhard Iliacos intra muros peccatur et extra!
|