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