frames!

Status
Nicht offen für weitere Antworten.

aTa

Erfahrenes Mitglied
head>
<title>Untitled</title>
<!-- frames -->
<frameset cols="162,*,162" border=0 frameborder=0 framespacing=0>
<frame name="links" src="links.html" marginwidth="0" marginheight="0" scrolling="auto">
<frame name="main" src="main.html" marginwidth="0" marginheight="0" scrolling="auto">
<frame name="rechts" src="rechts.html" marginwidth="0" marginheight="0" scrolling="auto">
</frameset>

</head>

ich hab n problem und zwar will ich darüber noch frame mit rows machen aber irgendwie will das net gehn kann mir da ma jemand helfen danke!
 
<head>
<title>Frametest</title>
</head>

<frameset rows="65,*" frameborder=yes framespacing="0">
<frame name=head src="nix.html" marginwidth="10" marginheight="10" scrolling="no" noresize>

<frameset cols="162,*,162" border="0" frameborder="1" framespacing="0">
<frame name="links" src="nix.html" marginwidth="0" marginheight="0" scrolling="auto">
<frame name="mitte" src="nix.html" marginwidth="0" marginheight="0" scrolling="auto">
<frame name="rechts" src="nix.html" marginwidth="0" marginheight="0" scrolling="auto">
</frameset>

</frameset>

Say Cheese :)

Tribal
 
Status
Nicht offen für weitere Antworten.
Zurück