Darki: Framesets

Hi,
nach langer Arbeit habe ich meine HP erstellt, sie besteht aus Framesets, nun mein Problem, ich möchte dass die Framesets alle, bzw. als Ganzes alle zentriert in der Mitte der Seite dargestellt werden, nur hab ich leider keine Befehle gefunden um Framesets zu zentrieren :/ Bitte um Hilfe. Gegebenfalls (horizontal,vertikal Zentrierung falls möglich, bitte um genaue Beschreibung).

Vielen Dank schon mal im Vorraus,
MfG darki

Hier der Quellcode meiner index.html:

<HTML>
<HEAD>
<TITLE>Test</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<link rel="stylesheet" href="main.css" type="text/css">
<style type="text/css">
<!--
body {
 background-color: #EAEAEA;
 background-image: url();
}
-->
</style></HEAD>

<frameset rows="153,35,*,34,65" frameborder="0" framespacing="0" border="0">
<frame src="Framesets/01_Top_Banner.html" name="TopBanner" scrolling="no" marginheight="0" marginwidth="0" noresize="noresize">
 <frame src="Framesets/02_Top_Bar.html" name="TopBar" scrolling="no" marginheight="0" marginwidth="0" noresize="noresize">
 <frameset cols="35,200" frameborder="0" framespacing="0" border="0">
 <frame src="Framesets/03_Center_Navigationbar.html" name="CenterNavigatorbar" scrolling="no" marginheight="0" marginwidth="0" noresize="noresize" style="background:#EAEAEA">
 <frame src="Framesets/04_Center_Index.html" name="CenterIndex" scrolling="no" marginheight="0" marginwidth="0" noresize="noresize">
  </frameset>
 <frame src="Framesets/05_Bottom_Bar.html" name="BottomBar" scrolling="no" marginheight="0" marginwidth="0" noresize="noresize">
 <frame src="Framesets/06_Bottom_Banner.html" name="BottomBanner" scrolling="no" marginheight="0" marginwidth="0" noresize="noresize">
</frameset><noframes></noframes>

</HTML>

  1. hi marki,

    pack es alles in ein frameset, was zb. 800 breit ist und mach dann:

    cols="*,800,*"

    gruß, wusel