Visualizzazione dei risultati da 1 a 4 su 4

Discussione: Aiuto per codice HTML

  1. #1

    Aiuto per codice HTML

    Ciao qualcuno mi puo' dire come centrare e diminuire lo spazio tra un immagine e l' altra in questo codice
    grazie

    <table width="690" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
    <td width="162"> <table width="105" height="75" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
    <tr>
    <td bgcolor="#EAEAEA">[img]pics/thumb06.jpg[/img]</td>
    </tr>
    </table></td>
    <td width="14"></td>
    <td width="162"> <table width="10" height="7" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
    <tr>
    <td bgcolor="#EAEAEA">[img]pics/thumb05.jpg[/img]</td>
    </tr>
    </table></td>
    <td width="14"></td>
    <td width="162"> <table width="10" height="7" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
    <tr>
    <td bgcolor="#EAEAEA">[img]pics/thumb02.jpg[/img]</td>
    </tr>
    </table></td>
    <td width="14"></td>
    <td width="162"> <table width="10" height="7" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
    <tr>
    <td bgcolor="#EAEAEA">[img]pics/thumb03.jpg[/img]</td>
    </tr>
    </table></td>
    </tr>
    </table>
    <table width="100" border="0" align="center" cellpadding="0" cellspacing="7">
    <tr>
    <td></td>
    </tr>
    </table>
    <table width="690" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
    <td width="162"> <table width="10" height="7" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
    <tr>
    <td bgcolor="#EAEAEA">[img]pics/thumb11.jpg[/img]</td>
    </tr>
    </table></td>
    <td width="14"></td>
    <td width="162"> <table width="10" height="7" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
    <tr>
    <td bgcolor="#EAEAEA">[img]pics/thumb12.jpg[/img]</td>
    </tr>
    </table></td>
    <td width="14"></td>
    <td width="162"> <table width="10" height="7" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
    <tr>
    <td bgcolor="#EAEAEA">[img]pics/thumb13.jpg[/img]</td>
    </tr>
    </table></td>
    <td width="14"></td>
    <td width="162"> <table width="10" height="7" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
    <tr>
    <td bgcolor="#EAEAEA">[img]pics/thumb10.jpg[/img]</td>
    </tr>
    </table></td>
    </tr>
    </table>
    <table width="100" border="0" align="center" cellpadding="0" cellspacing="7">
    <tr>
    <td></td>
    </tr>
    </table>
    <table width="690" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
    <td width="152"> <table width="10" height="7" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
    <tr>
    <td bgcolor="#EAEAEA">[img]pics/thumb09.jpg[/img]</td>
    </tr>
    </table></td>
    <td width="14"></td>
    <td width="152"> <table width="10" height="7" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
    <tr>
    <td bgcolor="#EAEAEA">[img]pics/thumb16.jpg[/img]</td>
    </tr>
    </table></td>
    <td width="14"></td>
    <td width="152"> <table width="10" height="7" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
    <tr>
    <td bgcolor="#EAEAEA">[img]pics/thumb15.jpg[/img]</td>
    </tr>
    </table></td>
    <td width="14"></td>
    <td width="152"> <table width="10" height="7" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
    <tr>
    <td bgcolor="#EAEAEA">[img]pics/thumb14.jpg[/img]</td>
    </tr>
    </table></td>
    </tr>
    </table>

  2. #2
    se la tua intenzione è inserire solo 12 immagini rappresentate quattro in orizzontale per tre in verticale basta fare una tabella sola..
    <DIV align=center>
    <TABLE border=0 cellpadding=5 cellspacing=5>
    <TR>
    <TD>[img]pic1.jpg[/img]</IMG>
    <TD>[img]pic2.jpg[/img]</IMG>
    <TD>[img]pic3.jpg[/img]</IMG>
    <TD>[img]pic4.jpg[/img]</IMG>
    <TR>
    <TD>[img]pic5.jpg[/img]</IMG>
    <TD>[img]pic6.jpg[/img]</IMG>
    <TD>[img]pic7.jpg[/img]</IMG>
    <TD>[img]pic8.jpg[/img]</IMG>
    <TR>
    <TD>[img]pic9.jpg[/img]</IMG>
    <TD>[img]pic10.jpg[/img]</IMG>
    <TD>[img]pic11.jpg[/img]</IMG>
    <TD>[img]pic12.jpg[/img]</IMG>
    </TABLE>
    </div>

  3. #3

    re

    se devi fare cose di questo tipo evita di mettere i valori di larghezza all'interno dei tag td, ora togli tutto e utilizza le percentuali!

    Ciao!

    PS. Anche perchè il codice è lunghissimo!
    Think global, act local.

  4. #4

    Ti ringrazio

    Ciao ti ringrazio ma dovrei farne 64 di immagini cioe' 4 ogni riga per 16 righe e metterci dentro un link per ogni immagine
    Mi puoi scrivere il codice ?
    Grazie

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.