Hola, tengo una pequeña duda, tengo que mostrar tres fotos en una tabla que tiene esta estructura:
Código HTML:
<table width="100%" border="0">
<tr>
<td>foto1</td>
<td>foto2</td>
</tr>
<tr>
<td colspan="2">foto3</td>
</tr>
</table>
Se mostrar las fotos en tablas de 2x2 pero nunca las habia mostrado asi, si alguien me puede ayudar, muchas gracias.