Ver Mensaje Individual
  #8 (permalink)  
Antiguo 08/07/2010, 08:27
Avatar de quike88
quike88
 
Fecha de Ingreso: agosto-2008
Mensajes: 471
Antigüedad: 15 años, 8 meses
Puntos: 87
Respuesta: ayuda con salto de linea

prueba algo asi:

Código PHP:
<table width="100%" border="0" bordercolor="#99CCFF" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
 
<tr>
<td width="8%"align="left"><font size="2" ><? echo $fecha_print ?></font></td> 
<td colspan="2" width="14%" align="left"><font size="2" ><? echo $idcom_print ?>&nbsp;</font></td>
</tr><tr>
<td width="14%" align="left"><font size="2" ><? echo substr($tipoval,0,1?>&nbsp;</font></td>
<td width="11%"align="left"><font size="2" ><? echo $numcuenta ?>&nbsp;</font></td>
<td width="19%"align="left"><font size="2" ><? echo substr($descripcion,0,20?>&nbsp;</font></td></tr></table>
o tal vez asi:

Código PHP:
<table width="100%" border="0" bordercolor="#99CCFF" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
 
<tr>
<td width="8%"align="left"><font size="2" ><? echo $fecha_print ?></font></td> 
<td colspan="4" width="14%" align="left"><font size="2" ><? echo $idcom_print ?>&nbsp;</font></td>
</tr><tr>
<td width="8%"align="left">&nbsp;</td>
<td width="14%" align="left">&nbsp;</td>
<td width="14%" align="left"><font size="2" ><? echo substr($tipoval,0,1?>&nbsp;</font></td>
<td width="11%"align="left"><font size="2" ><? echo $numcuenta ?>&nbsp;</font></td>
<td width="19%"align="left"><font size="2" ><? echo substr($descripcion,0,20?>&nbsp;</font></td></tr></table>