Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/01/2002, 20:30
MaLeVo
 
Fecha de Ingreso: agosto-2001
Mensajes: 164
Antigüedad: 22 años, 7 meses
Puntos: 0
Re: cómo puedo hacer marcos invisibles ?¿?

jeje como quieras aca te dejo para lo de las tablas, es poniendo una tablas dentro de tablas:

<table width=100% border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" width=50%>
<table width=100% border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" width=50%>
ACA VA ALGO
</td>
<td align="center" width=50%>
ACA VA ALGO
</td>
<tr>
</table>
</td>
<td align="center" width=50%>
<table width=100% border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" width=50%>
ACA VA ALGO
</td>
<td align="center" width=50%>
ACA VA ALGO
</td>
<tr>
</table>
</td>
<tr>
</table>

Suerte ;)