- Home
- Categorie
- Coding e Sistemistica
- Coding
- Celle linkabili
-
Celle linkabili
Come faccio a fare queste celle linkabili, vorrei cliccarci e mandarli al link che voglio io...
Vi metto lo script...<table width="400" border="1" cellpadding="2">
<tr bgcolor="green">
<td>Cella 1</td>
<td>Cella 2</td>
</tr>
<tr bgcolor="yellow">
<td>Cella 3</td>
<td>Cella 4</td>
</tr>
</table>Mi aiutate per favore?
Grazie!
-
<table width="400" border="1" cellpadding="2"> <tr bgcolor="green"> <td><a href="link1">Cella 1</a></td> <td><a href="link2">Cella 2</a></td> </tr> <tr bgcolor="yellow"> <td><a href="link3">Cella 3</a></td> <td><a href="link4">Cella 4</a></td> </tr> </table>
-
grazie molto gentile!!!!