Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/12/2009, 08:43
Dr_Chichi
 
Fecha de Ingreso: septiembre-2006
Mensajes: 330
Antigüedad: 17 años, 7 meses
Puntos: 2
problema con tabla

hola e terminado un modulo solo que tengo problema con cuando aparece me sale algo asi



y yo quiero que me aparesca asi



el codigo que e usado es asi

Código:
<html>
<head>
<title>ejemplo</title>

<link href="css.css" rel="stylesheet" type="text/css">

</head>

<body>
<table width="478" border="0">
  <tr>
    <td width="318" rowspan="2">
	
	<?php
	include("lado1.php");
	?>
	
	</td>
    <td width="144" align="top">	</td>
  </tr>
  <tr>
    <td>
		
		
		<?php
	include("lado2.php");
	?>
	
	</td>
  </tr>
</table>

</body>
</html>
alguien sabe cual es mi error aqui???? o me corrige esto

Última edición por Dr_Chichi; 01/12/2009 a las 08:53