Um es mal mit seinen Worten zu sagen:
Nu da Framebreite is voll falsch angegebt!
Checkt die Seite aus!
http://de.selfhtml.org/html/frames/definieren.htm
In html-Attributen kommen keine angaben wie px oder pt... dort kommen nur pixelangaben (dann ohne irgendwelchen zusatz) oder prozentzahlen.. dann mit abschliessendem %. px oder pt (oder sonstwas) ist css und hat mit html nix am hut.
HTML
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> > X-World < Extreme Sports + Lifestyle!</title>
<frameset rows="[color=red]70,370,*[/color]" border=0 noresize border=0 scrolling=no>
<frame src="u.html" noresize scrolling=no>
<frameset cols="[color=red]120,684,220,*[/color]" border=0 noresize scrolling=no>
<frame src="u2.html" noresize scrolling=no>
<frameset rows="[color=red]40,330[/color]" border=0 noresize scrolling=no>
<frame src="ro.html" noresize scrolling=no>
<frame src="news.html" name="inh" noresize scrolling=yes>
</frameset>
<frame src="snb.html" noresize scrolling=no>
<frame src="u.html" noresize scrolling=no>
</frameset>
<frame src="snbnav.html" noresize scrolling=no>
</frameset>
</head>
<body>
</body>
</html>
Alles anzeigen