Autor Tema: [Ayuda] Template cutenews  (Leído 480 veces)

Desconectado Rastrillox

  • PHPero Experto
  • *****
  • Mensajes: 592
  • Karma: 25
  • Sexo: Masculino
    • Ver Perfil
    • Forhabbo.es
[Ayuda] Template cutenews
« en: 02 de Diciembre de 2009, 18:31:10 pm »
Hola, ps miren, estaba haciendo un template de cute para la pagina de una promocion, pero tengo un problema la tabla se me abre



Miren mi Code...

Código: [Seleccionar]
<table width="500" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="42"><img src="Cute/izq.png" width="42" height="39" /></td>
    <td width="442" align="center" background="Cute/medio.png"><strong>{title}</strong></td>
    <td width="43"><img src="Cute/der.png" /></td>
  </tr>
  <tr>
    <td height="100" colspan="3" align="center" background="Cute/Mid.png"><div align="center">{full-story}</div></td>
  </tr>
  <tr>
    <td colspan="3" height="30" background="Cute/Under.gif"></td>
  </tr>
</table>

Me ayudan??

Comunidad PHPeros

[Ayuda] Template cutenews
« en: 02 de Diciembre de 2009, 18:31:10 pm »

Desconectado Mixvice

  • PHPero Experto
  • *****
  • Mensajes: 687
  • Karma: 32
  • Sexo: Masculino
  • ¡Y Tu Papá Tambien!
    • Ver Perfil
    • Tuhabbo
Re:[Ayuda] Template cutenews
« Respuesta #1 en: 03 de Diciembre de 2009, 21:15:49 pm »
Intenta así, solo agrega una tabla más para que no se descuadre. seria algo así:

Código: [Seleccionar]
<table width="500" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="42"><img src="Cute/izq.png" width="42" height="39" /></td>
    <td width="442" align="center" background="Cute/medio.png"><strong>{title}</strong></td>
    <td width="43"><img src="Cute/der.png" /></td>
  </tr>
  <tr>
    <td height="100" colspan="3" align="center" background="Cute/Mid.png"><div align="center">
      <table width="490" height="19" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td><div align="center">{full-story} </div></td>
        </tr>
      </table>
    </div></td>
  </tr>
  <tr>
    <td colspan="3" height="30" background="Cute/Under.gif"></td>
  </tr>
</table>
saludos

Desconectado Rastrillox

  • PHPero Experto
  • *****
  • Mensajes: 592
  • Karma: 25
  • Sexo: Masculino
    • Ver Perfil
    • Forhabbo.es
Re:[Ayuda] Template cutenews
« Respuesta #2 en: 03 de Diciembre de 2009, 22:03:03 pm »
Disculpa por no avisar, ya habia solucionado el problema, gracias como quiera .....