Visualizzazione dei risultati da 1 a 2 su 2
  1. #1

    problema con immagine su iframe

    rieccomi alla carica, allora... nella mia home (www.infosito.info) ho un iframe centrale, nel quale faccio caricare la pagina nesw.htm .. e fin qui tutto a posto.. nella pagina news ho messo un mini banner che pero' non viene visualizzato.. ho provato a metterlo anche come link al download di uno zip ma niente... ho provato a mettere il percorso assoluto del file immagine, ma niente... eppure se in un browser metto la stringa del file ( http://www.infosito.info/images/mini.jpg ) mi visualizza l'immagine... dove sta il problema????

  2. #2
    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??

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.