Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/10/2009, 17:01
Avatar de deirdre
deirdre
 
Fecha de Ingreso: mayo-2009
Mensajes: 690
Antigüedad: 14 años, 11 meses
Puntos: 45
Respuesta: Problema con tabla

Hola WebPL

Intenta de esta forma y nos comunicas el resultado:

Código HTML:
<table width="700px" border="0" cellspacing="0" cellpadding="0" id="e-ntabla" bgcolor="#F7F7F7" onmouseover="this.bgColor= '#F1EFEF'" onmouseout="this.bgColor='#F7F7F7'"> 
<tr>  
   <td style="color:{textC}" width="80%"><span style="float: left">{category-icon}</span> <span style="float: left"><h4 align="left">{title}</h4></span><span style="display:block; clear:both"></span> 
      <span style="line-height:20px; color: #6C6C6C;">Escrito el {date} por <strong>{author}</strong> en {category} <a title="RSS Feed" href=""><img src="" border=0  /></a></span>
      </td>  
  </tr> 
<tr rows="1">  
<td width="100%" rowspan="1"><div style="text-align:justify; border-top:1px solid #D3D3D3; width:649px; line-height:15px;" >{short-story}</div><br><div style="margin-left:1px; margin-right:1px; text-align: right; padding-right:1px; margin-bottom: 1px; padding-top: 1px; padding-bottom: 1px; border-bottom: 1px dotted #818181;" ></div><br><div align="right"><strong>[full-link]Leer Todo[/full-link] <span property="dc:content"></span><span property="dc:content"></span> [link]Comentar Noticia  ({comments-num})[/link]</strong></div></td> 
</tr>  
</table> 
Esperando...

Bye