Hi,
ich hab ein kleines problem.. ich will drei Frames machen die aber keinen abstand von sich haben sollten:
<html>
<head>
<title>FRAMETEST</title>
</head>
<frameset rows="93px, *">
<frame src="head.html" name="Head" frameborder="0" noresize marginwidth="0" marginheight="0">
<frameset cols="15%, *">
<frame src="navi.html" name="Navi" frameborder="0" noresize marginwidth="0" marginheight="0">
<frame src="home.html" name "Index" frameborder="0">
</frameset>
<noframes>
<body>
NOFRAMES
</body>
</noframes>
</frameset>
</html>
Alsoo.. habe es so gemacht wie es auf SELFHTML war...
Ich hab auch bei marginwidth und marginheight mit 0px und mit 0% versucht.. leider hat nix geklappt
Danke im Vorraus
MFG
TOMEK
PS: Bei <noframes> hab ich NOCH keinen Inhalt.