Hey ich hab eine frameset und möchte alles centern. Hab das schon mit <center> vrsucht aber irgendwie geht das nicht,
Hier mal der code
Hier mal der code
PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<center>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Unbenanntes Dokument</title>
</style><style type="text/css">
<!--
body {
margin-top: 0px;
overflow-y: hidden;
overflow-x: hidden;
}
-->
</style></head>
</head>
<frameset rows="310,*" cols="*" framespacing="0" frameborder="no" border="0" bordercolor="#FF0000">
<frame src="navigation_1024.html" name="Navigation">
<frame src="main_1024.html" name="daten">
<noframes>
<body>
</body>
</noframes>
</frameset>
</center>