Ciao,
avendo una pagina web composta da due frame, e volendo impostare detta pagina centratta come quella di html come posso agire ?
il codice della pagine con i frame è il seguente:
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>XXXXXXXXXXXX</title>
</head>
<frameset rows="*" cols="193,852*" framespacing="0" frameborder="no" border="0">
<frame src="menu_xx.htm" name="leftFrame" scrolling="auto" noresize>
<frame src="home_pxxx.htm" name="mainFrame">
</frameset>
<noframes><body>
</body></noframes>
</html>
grazie
Ciao