Ciao a tutti, un pò di basi di HTML servono a volte...ma i div non sono il mio forte (questa volta)...
ecco cosa mi serve:
Ho creato 8 img (4 bordi arrotondati e 4 normali (sopra/sotto-destra/sinistra)..
Io per queste cose non so usare i div, è per questo che vi chiedo (visto che sto creando una gallery) di farli dimensionare automaticamente in base al contenuto ^^
Ecco il codice HTML (quello con le tabelle fatto con FronPage O.o)
Codice PHP:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Nuova pagina 7</title>
</head>
<body background="bg2.png">
<table border="0" cellpadding="0" cellspacing="0" width="500" height="333">
<!-- MSTableType="layout" -->
<tr>
<td valign="top">
<!-- MSCellType="ContentBody" -->
<img border="0" src="destrasopra.png" width="30" height="30"></td>
<td valign="top" background="sopracentro.png">
<!-- MSCellType="NavBody" -->
</td>
<td valign="top" height="30">
<!-- MSCellType="DecArea" -->
<img border="0" src="sinistrasopra.png" width="30" height="30"></td>
</tr>
<tr>
<td valign="top" background="sinistrapng.png"> </td>
<td valign="top" background="bg.png"> </td>
<td valign="top" background="destra.png" height="273"> </td>
</tr>
<tr>
<td valign="top" width="30">
<img border="0" src="sottosinistra.png" width="30" height="30"></td>
<td valign="top" background="sottocentro.png" width="440"> </td>
<td valign="top" height="30" width="30">
<img border="0" src="sottodestra.png" width="30" height="30"></td>
</tr>
</table>
</body>
</html>
Grazie!...Ciao Davide! ^^
Edit: se mai non con i div..ma con i <tr>, <td>, ecc...