Autor Tema: [AYUDA] Plantilla Cutenews  (Leído 507 veces)

Desconectado felipon12@ha

  • PHPer@ Fijo
  • ***
  • Mensajes: 102
  • Karma: 1
  • Aprendiendo PHP
    • Ver Perfil
    • iHabber
[AYUDA] Plantilla Cutenews
« en: 22 de Mayo de 2010, 05:56:43 am »
he creado mi plantilla pero me ha quedado con errores miren se ve asi:



y quiero que se vea asi:



si alguien puede ayudarme o corregir el codigo le agradeceria.

Codigo active news:
Código: [Seleccionar]
<style type="text/css">
<!--
.Estilo1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Estilo2 {font-size: 10px}
.Estilo3 {
color: #FFFFFF;
font-weight: bold;
}
.Estilo4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}
.Estilo5 {color: #FF0000}
.Estilo6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
-->
</style>
</head>

<body>
<table width="498" height="83" border="0">
  <tr>
    <td width="493" height="83" background="http://fullhabbo.net/images/header_activenews.PNG"><table width="324" border="0">
      <tr>
        <th width="129" rowspan="3" scope="col">{avatar}</th>
        <th width="185" align="left" scope="col">{title}</th>
      </tr>
      <tr>
        <td>{short-story}</td>
      </tr>
      <tr>
        <td>{author-name}</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td align="center" valign="middle" background="http://fullhabbo.net/images/middle_activenews.PNG">{full-story}</td>
  </tr>
  <tr>
    <td background="http://fullhabbo.net/images/down_activenews.PNG">&nbsp;</td>
  </tr>
</table>
<p>&nbsp;</p>

</body>

Comunidad PHPeros

[AYUDA] Plantilla Cutenews
« en: 22 de Mayo de 2010, 05:56:43 am »

Desconectado Mixvice

  • PHPero Experto
  • *****
  • Mensajes: 687
  • Karma: 32
  • Sexo: Masculino
  • ¡Y Tu Papá Tambien!
    • Ver Perfil
    • Tuhabbo
Re:[AYUDA] Plantilla Cutenews
« Respuesta #1 en: 22 de Mayo de 2010, 06:55:46 am »
Intenta asi

Código: [Seleccionar]
<style type="text/css">
<!--
.Estilo1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Estilo2 {font-size: 10px}
.Estilo3 {
   color: #FFFFFF;
   font-weight: bold;
}
.Estilo4 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
}
.Estilo5 {color: #FF0000}
.Estilo6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
-->
</style>
</head>

<body>
<table width="336" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="336" height="83" background="http://fullhabbo.net/images/header_activenews.PNG"><table width="324" border="0">
      <tr>
        <th width="129" rowspan="3" scope="col">{avatar}</th>
        <th width="185" align="left" scope="col">{title}</th>
      </tr>
      <tr>
        <td>{short-story}</td>
      </tr>
      <tr>
        <td>{author-name}</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td background="http://fullhabbo.net/images/middle_activenews.PNG"><table width="480" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td><div align="center">{full-story}</div></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td><img src="http://fullhabbo.net/images/down_activenews.PNG" border="0" width="493" height="20"></td>
  </tr>
</table>
<p>&nbsp;</p>
</body>

Desconectado chihue

  • PHPero Master
  • ******
  • Mensajes: 1.118
  • Karma: 43
  • Sexo: Masculino
  • 8 dias
    • Ver Perfil
    • Minichat con todo incluido
Re:[AYUDA] Plantilla Cutenews
« Respuesta #2 en: 22 de Mayo de 2010, 18:52:20 pm »
Prueba:
Código: [Seleccionar]
<style type="text/css">
<!--
.Estilo1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Estilo2 {font-size: 10px}
.Estilo3 {
   color: #FFFFFF;
   font-weight: bold;
}
.Estilo4 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
}
.Estilo5 {color: #FF0000}
.Estilo6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
-->
</style>
</head>

<body>
<p>&nbsp;</p>
<table width="372" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <th width="372" scope="col" background="http://fullhabbo.net/images/header_activenews.PNG"><table width="1" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <th scope="col"><table width="261" border="0" cellspacing="0" cellpadding="0" align="left">
          <tr>
            <th width="101" >{avatar}</th>
            <th width="160" scope="col"><table width="137" border="0" cellspacing="0" cellpadding="0" align="left">
              <tr>
                <th width="137"  align="left">{title}</th>
              </tr>
              <tr>
                <th align="left">{short-story}</th>
              </tr>
              <tr>
                <th scope="row" align="left">{author-name}</th>
              </tr>
            </table></th>
          </tr>
        </table></th>
      </tr>
</table></th>
  </tr>
  <tr>
    <th scope="row" align="center" valign="middle" background="http://fullhabbo.net/images/middle_activenews.PNG">&nbsp;</th>
  </tr>
  <tr>
    <th scope="row"><img src="http://fullhabbo.net/images/down_activenews.PNG" width="493" height="20"></th>
  </tr>
</table>
<p>&nbsp;</p>

</body>

Desconectado Rastrillox

  • PHPero Experto
  • *****
  • Mensajes: 592
  • Karma: 25
  • Sexo: Masculino
    • Ver Perfil
    • Forhabbo.es
Re:[AYUDA] Plantilla Cutenews
« Respuesta #3 en: 22 de Mayo de 2010, 19:29:18 pm »
puede ser dos problemas.. le hallas dado 1 pixel mas a la anchura de la tabla. o a la imagen media.. le hallas dejado un espacio en blanco.. pero te rrecomiendo mas que revises la anchura, debe ser eso..

Desconectado .pokemon.

  • PHPer@
  • **
  • Mensajes: 51
  • Karma: 0
  • En Busca de Web con vacantes.
    • Ver Perfil
Re:[AYUDA] Plantilla Cutenews
« Respuesta #4 en: 26 de Mayo de 2010, 03:32:10 am »
aps pos claro una cosa que hay un error en avatar ... en avatar tiene que ser {category-icon}  eso
y los story pues aqui te lo dejo arreglado eh verdadero agregas las imagenes en cada category que colocas si quieres mas ayuda enviame mensaje dale  espero que sea lo que buscas :)
Código: [Seleccionar]
<style type="text/css">
<!--
.Estilo1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Estilo2 {font-size: 10px}
.Estilo3 {
   color: #FFFFFF;
   font-weight: bold;
}
.Estilo4 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
}
.Estilo5 {color: #FF0000}
.Estilo6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
-->
</style>
</head>

<body>
<table width="498" height="83" border="0">
  <tr>
    <td width="493" height="83" background="http://fullhabbo.net/images/header_activenews.PNG"><table width="324" border="0">
      <tr>
        <th width="129" rowspan="3" scope="col"><strong>{category-icon} </strong></th>
        <th width="185" align="left" scope="col">{title}</th>
      </tr>
      <tr>
        <td><strong>{full-story}</strong></td>
      </tr>
      <tr>
        <td>{author}</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td align="center" valign="middle" background="http://fullhabbo.net/images/middle_activenews.PNG">{short-story}</td>
  </tr>
  <tr>
    <td background="http://fullhabbo.net/images/down_activenews.PNG">&nbsp;</td>
  </tr>
</table>
<p>&nbsp;</p>

</body>