Ver Mensaje Individual
  #6 (permalink)  
Antiguo 23/10/2009, 23:21
Dr_Chichi
 
Fecha de Ingreso: septiembre-2006
Mensajes: 330
Antigüedad: 17 años, 7 meses
Puntos: 2
Respuesta: problemas con tablas

resolvi de la siguiente manera al codigo el agregue lo siguiente

puse en rojo lo que le agregue


Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="radio.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>noticias</title>
<style type="text/css">
<!--
body {
	background-image: url(images/back001.jpg);
}

</style></head>

<body>

  <table width="674" height="737" border="0">
    <tr>
      <td style="overflow:auto">
	  
<div class="messagesnot"> 

	   <?PHP
{ $number = "10"; $category = "1"; include("datos/noticias.php"); }
?>
	  

</div>

	  </td>
    </tr>
  </table>
 
</body>
</html>
y le ise un css que era de la siguiente forma

Código:
.messagesnot {
	text-align: left;
	height: 735px;
	width: 672px;
	overflow: scroll;
	position: static;
	visibility: visible;
}
y ya hay quedo como queria