Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/01/2010, 11:34
Dr_Chichi
 
Fecha de Ingreso: septiembre-2006
Mensajes: 330
Antigüedad: 17 años, 7 meses
Puntos: 2
Ayuda com portada y cutenews

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