![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
12/06/2005, 08:33
|
|
Noticias diseño Hola,tengo un sistema de noticias,que como andar,anda bárbaro...va,cumple las funciones que yo necesito...pero en el ver_noticias.php (que sería el archivo dónde muestro cada noticia) tengo esto:
<? $connect=mysql_connect("localhost","root","");
mysql_select_db("tryman",$connect);
$result=mysql_query("select * from noticias order by fecha
Desc",$connect);
while($row=mysql_fetch_array($result)){ echo
"$row[titulo]<br><hr>$row[noticia]<br><hr><br>$row[autor]"; }
?>
simple,no? Pero es detestablemente feo el diseño...quisiera que alguien que sepa,me ayude...y le de un diseño que separe noticia de otra noticia...y que quede bien hecho...porfavor,estoy necesitado en esto,jejejeje...porfavor...Gracias |