
y yo quiero que me aparesca asi

el codigo que e usado es asi
Código:
  
alguien sabe cual es mi error aqui???? o me corrige esto 
<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>
 
 mmm... ¿y esto que tiene que ver con PHP??
