giusto per chiare le idee.. questo e' il codice dell'iframe, che richiama la pagina news.htm :
codice:
<td width="484" valign="top" bgcolor="#CCCCCC">
<iframe name="center" id="center" src="news.htm" width="492" height="400" scrolling="yes" frameborder="0" align="center" vspace="0" topmargin="0" marginwidth="5" marginheight="0">
</iframe></td>
e questo e' il codice della pagina news.htm :
codice:
<html>
<head>
<title>News</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-color: #cccccc;
}
.style1 {color: #FFFFFF}
-->
</style></head>
<style>
BODY {
SCROLLBAR-FACE-COLOR: #999999;
SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-3DLIGHT-COLOR: #000000;
SCROLLBAR-ARROW-COLOR: #333333;
SCROLLBAR-TRACK-COLOR: #333333;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
overflow:auto;
}
</style>
<body>
<table width="432" height="391" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="432" height="110" align="center" valign="top"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="419" height="19" valign="top" bgcolor="#666666"><div align="center" class="style2 style1">Lezioni Php: </div></td>
</tr>
<tr>
<td height="48" align="center" valign="top">Nel Forum ci sono le prime due lezioni sul Php! A breve
anche dei Pdf scaricabili per la consultazione Off-Line. </td>
</tr>
</table> <table width="100%" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="432" height="19" valign="top" bgcolor="#666666"><div align="center" class="style2 style1">Scambio
Banner: </div></td>
</tr>
<tr>
<td height="23" align="center" valign="top">
Se volete inserire il
nostro banner nel vostro sito, prelevatelo da qui:</p></td>
</tr>
<tr>
<td height="1"></td>
</tr>
</table></td>
</tr>
<tr>
<td height="51" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="432" height="31" align="center">[img]/images/mini_banner.gif[/img]</td>
</tr>
<tr>
<td height="20" valign="top"><div align="center">Avvisatemi via mail se ci linkate : @infosito.info</div></td>
</tr>
</table></td>
</tr>
<tr>
<td height="233"></td>
</tr>
</table>
</body>
</html>
nessuno sa dirmi dov'e' l'errore??