Visualizzazione dei risultati da 1 a 3 su 3
  1. #1
    Utente di HTML.it
    Registrato dal
    May 2005
    Messaggi
    75

    Problema

    Buonasera, avevo un problema nella visualizzazione delle pagine html create con Dreamweaver e
    l’ho risolto aggiungendo la stringa <script src="fixit.js" type="text/javascript"></script>
    nella pagina e il file fixit.js nella cartella dove si trova la pagina ma ora visualizzando le pagine sul web Explorer le carica subito ma il preload in basso resta a metà. Cos'ho sbagliato?

    Questo è il mio codice:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>A&B</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>

    <body>
    <table width="800" height="685" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
    <td height="202" colspan="2" valign="top">[img]Immagini/Loghi.jpg[/img]</td>
    <td colspan="2" valign="top" bgcolor="99e813"> <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="479" height="202">
    <param name="movie" value="Men%F9/Navigator%20Assistenza.swf">
    <param name="quality" value="high">
    <embed src="Men%F9/Navigator%20Assistenza.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="479" height="202"></embed></object></td>
    </tr>
    <tr>
    <td width="6" rowspan="2" valign="top">[img]Immagini/Left.jpg[/img]</td>
    <td width="315" height="464" valign="top">[img]Immagini/Dati.jpg[/img]
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="315" height="252">
    <param name="movie" value="News/News.swf">
    <param name="quality" value="high">
    <embed src="News/News.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="315" height="252"></embed></object>
    [img]Immagini/Copyright.jpg[/img] </td>
    <td width="554" valign="top"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="479" height="70">
    <param name="movie" value="Login/Login.swf">
    <param name="quality" value="high">
    <embed src="Login/Login.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="479" height="70"></embed></object>
    </td>
    <td width="6" rowspan="2" valign="top">[img]Immagini/Right.jpg[/img]</td>
    </tr>
    <tr>
    <script src="fixit.js" type="text/javascript"></script>
    <td height="6" valign="top" bgcolor="99e813"><div align="center">Copyright
    2007 - Tutti i diritti riservati </div></td>
    <td height="6" valign="top" bgcolor="99e813"> </td>
    </tr>
    </table>
    </body>
    </html>

  2. #2
    Utente di HTML.it L'avatar di floyd46
    Registrato dal
    Feb 2002
    residenza
    Apulia
    Messaggi
    2,641
    ciao
    premesso che dal codice nn si capisce nulla....
    secondo me hai sbagliato ad usare le tabelle (se le hai inserite x impaginare) e poi hai sbagliato ad usare dreamweaver.
    Floyd
    "Le persone che realizzano layout con tabelle annidate, spacer gif o che ignorano l'accessibilità non possono più definirsi professionisti." Andy Clarke
    --------------------------------

    www.extrowebsite.com

  3. #3
    Utente di HTML.it
    Registrato dal
    May 2005
    Messaggi
    75

    RE:

    Ho usato le tabelle per impaginare. Grazie.

    p.s. comunque non sono un professionista..

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.