hola tengo una pagina la cual tiene tres secciones en la presentacion es decir salen las noticias y al ladito pequeno salen como titulares de dos secciones mas el problema es que las noticias salen perfectamente pero los titulares de las secciones no salen eso siempr em sale en blando peor cuando hago solo los titulares salen bn este es el codigo alguien que me diga donde puse el error
Código:
<html>
<head>
<title>portada</title>
<style>
body {
scrollbar-3dlight-color : #B6CDBB;
scrollbar-darkshadow-color : #B6CDBB;
scrollbar-highlight-color : #D7ECF5;
scrollbar-shadow-color : #B6CDBB;
scrollbar-arrow-color : #0E212A;
scrollbar-face-color : #B6CDBB;
scrollbar-track-color : #B6CDBB;
background-image: url(images/index_01.jpg);
background-repeat: repeat-x;
}
</style>
<link href="myweb.css" rel="stylesheet" type="text/css">
</head>
<body>
<table>
<tr>
<td style="vertical-align:top">
<div class="notport" align="justify">
<?PHP
$number = "10";
$category = "1";
include("cutenews/show_news.php");
?>
</div> </td>
<td style="vertical-align:top">
<div align="center"></div>
<div class="deport" align="justify">
<a href="?go=deportes" target="_top"><img src="images/deportes.png"></a></div>
<?PHP
$number = "1";
$category = "6";
include("cutenews/show_news.php");
?>
<P></P><P></P>
<div class="cult" align="justify">
<a href="?go=cultura" target="_top"><img src="images/cultura.png" width="190" height="45"></a></div>
<?PHP
$number = "1";
$category = "7";
include("cutenews/show_news.php");
?>
</td>
</tr>
</table>
</body>
</html>
si tengo un error que me lo corrijan por favor gracias