Autor Tema: Problema con la plantilla de mi cutenews  (Leído 409 veces)

Desconectado alegus9

  • PHPero Avanzado
  • ****
  • Mensajes: 263
  • Karma: 2
  • Nuev@ PHPer@
    • Ver Perfil
Problema con la plantilla de mi cutenews
« en: 30 de Mayo de 2010, 20:02:03 pm »
Dios, me pasa igual que a felipon, se me hacen espacios, Si me quieren ayudar, ayudenme con un tutorial de como sacar esos espacios este es mi codigo:

Código: [Seleccionar]
<!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=iso-8859-1" />
<title>Documento sin título</title>
<style type="text/css">
<!--
.Estilo1 {
color: #FFFFFF;
font-weight: bold;
}
.Estilo2 {
color: #FF0099;
font-weight: bold;
}
.Estilo3 {
color: #993366;
font-weight: bold;
}
-->
</style>
</head>

<body><body><body>
<table width="456" height="140" border="0">
<tr>
<th height="29" background="http://img294.imageshack.us/img294/4514/arribas.png" scope="col"> <span class="Estilo1">{title}</span> </th>
</tr>
<tr>
<td height="95" background="http://img248.imageshack.us/img248/5333/medios.png"><p><strong>{short-story}</strong></p>
  <p class="Estilo2"><strong>{author-name}</strong>  </p> 
  <span class="Estilo3">{date} </span> </td>
</tr>
<tr>
<td height="5" background="http://img94.imageshack.us/img94/2468/abajoz.png"></td>
</tr>
</table>
</body>
</html>
« Última modificación: 30 de Mayo de 2010, 21:02:05 pm por alegus9 »

Comunidad PHPeros

Problema con la plantilla de mi cutenews
« en: 30 de Mayo de 2010, 20:02:03 pm »

Desconectado Fermin

  • PHPero Experto
  • *****
  • Mensajes: 783
  • Karma: 7
  • Sexo: Masculino
  • Nada que decirte.
    • Ver Perfil
Re:Problema con la plantilla de mi cutenews
« Respuesta #1 en: 30 de Mayo de 2010, 20:46:18 pm »
primero el codigo que nos acabas de dar esta mal...
pon el codigo correcto

saludos

Desconectado alegus9

  • PHPero Avanzado
  • ****
  • Mensajes: 263
  • Karma: 2
  • Nuev@ PHPer@
    • Ver Perfil
Re:Problema con la plantilla de mi cutenews
« Respuesta #2 en: 30 de Mayo de 2010, 20:54:29 pm »
Esta bien-.- solo le falta un body arriba de todo.