S
S. Schnell
Hi, okay, first of all I confess that I am a total newbie, learning HTML
with self html.
The problem, I've got by now, is that I want to create a page with 3
frames, like self-html shows this here:
http://selfhtml.teamone.de/html/frames/frameset4.gif
So here is what I wrote:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Text des universellen Titels</title>
</head>
<frameset cols="30%,70%">
<frame src="verweise2.html" name="Navigation">
<frameset rows="20%,80%">
<frame src="startseite.html" name="Daten">
<frame scr="verweise.html" name="2">
<noframes>
nischt
</noframes>
</frameset>
<noframes>
Ihr Browser kann diese Seite leider nicht anzeigen!
</noframes>
</frameset>
</html>
(german, as you realize ^^)
okay, all three pages (startseite, verweise, verweise2) are existing, but I
won't see the content of one frame, including the content of verweise.html
I don't see the problem, could somebody please help me?
thanks,
Susan
with self html.
The problem, I've got by now, is that I want to create a page with 3
frames, like self-html shows this here:
http://selfhtml.teamone.de/html/frames/frameset4.gif
So here is what I wrote:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Text des universellen Titels</title>
</head>
<frameset cols="30%,70%">
<frame src="verweise2.html" name="Navigation">
<frameset rows="20%,80%">
<frame src="startseite.html" name="Daten">
<frame scr="verweise.html" name="2">
<noframes>
nischt
</noframes>
</frameset>
<noframes>
Ihr Browser kann diese Seite leider nicht anzeigen!
</noframes>
</frameset>
</html>
(german, as you realize ^^)
okay, all three pages (startseite, verweise, verweise2) are existing, but I
won't see the content of one frame, including the content of verweise.html
I don't see the problem, could somebody please help me?
thanks,
Susan