per favore sto impazzendo
www.weratraces.com
poi si clicca e si apre una finestra 780x580
è fatta da 4 frame
home_destra.htm
home_alto.htm
home_sinistra.htm
home_centro.htm
home.htm
mi dite perche non riesco a centrarli bene?
mi aiutate ad impostarte la home.htm per i frame
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title><%=sitename%></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="*" cols="*,418" framespacing="0" frameborder="NO" border="0">
<frameset rows="96,*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="home_alto.asp" name="alto" scrolling="NO" noresize>
<frameset rows="*" cols="97,*" framespacing="0" frameborder="NO" border="0">
<frame src="home_sinistra.as" name="sinistra" scrolling="NO" noresize>
<frame src="home_centro.asp" name="centro" noresize>
</frameset>
</frameset>
<frame src="home_destra.asp" name="destra" scrolling="NO" >
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>