Hallo,
habe folgenden Quelltext als Frame Formatierung:
<frameset cols="*,1024,*" border="0" framespacing="0">
<frame name="leftFrame" marginwidth="0" marginheight="0" scrolling="NO" frameborder="NO" src="./html/hintergrund.html">
<frameset framespacing="0" border="0" rows="*,580,*">
<frame name="topFrame" marginwidth="0" marginheight="0" scrolling="NO" frameborder="NO" src="./html/hintergrund.html">
<frameset rows="*,65" frameborder="NO" border="0" framespacing="0">
<frameset rows="100,*" frameborder="NO" border="0" framespacing="0">
<frame name="banner" scrolling="NO" noresize src="./html/oben.html" >
<frameset cols="160,*" frameborder="NO" border="0" framespacing="0">
<frame name="links" scrolling="NO" noresize src="./html/navigation.html">
<frame name="haupttext" marginwidth="0" marginheight="0" src="./html/mitte.html" scrolling="AUTO" noresize>
</frameset>
</frameset>
!!! <frame name="rechts" scrolling="NO" noresize src="./html/rechts.html" frameborder="NO"> !!!
</frameset>
<frame name="bottomFrame" marginwidth="0" marginheight="0" scrolling="NO" frameborder="NO" src="./html/hintergrund.html">
</frameset>
<frame name="rightFrame" marginwidth="0" marginheight="0" scrolling="NO" frameborder="NO" src="./html/hintergrund.html">
</frameset>
..und brauche bitte den dringenden Tipp, wie ich die Zeile für den Frame "rechts" (im Code in Ausrufungszeichen gefaßt) einzesetzen muss, der dieser Frame im Browser zwischen "Haupttext" und "rightFrame" erscheint?
Danke schon mal im Voraus,
Mark