Hola a todos, hago público este diseño sencillo de noticias (
show_news.php), está acoplado para el
CuteNews. Lo he hecho por tablas, en 5 minutos. ¡Podéis editarlo a vuestro gusto!
Imagen del diseño:

Aquí el 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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Diseño noticias by Ferri</title>
<style type="text/css">
<!--
.Estilo7 {font-weight: bold; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; }
.Estilo8 {font-size: 14px}
.Estilo9 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 9px;}
-->
</style>
</head>
<body>
<table width="392" border="3" align="center">
<tr>
<th width="63" rowspan="3" align="left" valign="top" scope="col"> <strong>{avatar}</strong></th>
<th width="313" height="23" scope="col"><div align="left"> <strong>[com-link]{title}[/com-link]</strong> [{date})]</div></th>
</tr>
<tr>
<td height="23"><strong>{short-story}</strong> </td>
</tr>
<tr>
<td height="23"><span class="Estilo7">Autor: </span>{author}<span class="Estilo9"><span class="Estilo8">l</span></span><span class="Estilo7"> Comentarios:</span> {comments-num} </td>
</tr>
</table>
</body>
</html>
Saludos!
