
07/07/2010, 13:59
|
 | | | Fecha de Ingreso: enero-2009 Ubicación: header('Location: Morelia");
Mensajes: 1.052
Antigüedad: 16 años, 2 meses Puntos: 46 | |
Respuesta: ayuda con salto de linea Hola.
prueba con algo como esto:
<table width="100%" border="0" bordercolor="#99CCFF" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td colspan='3'></td>
</tr>
<TR>
<TD width="33%"align="left"><font size="2" ><? echo $fecha_print ?></font></TD>
<TD width="33%" align="left"><font size="2" ><? echo $idcom_print ?> </font></TD>
<TD width="34%" align="left"><font size="2" ><? echo $descripcion ?> </font></TD>
<TD width="34%" align="left"><font size="2" ><? echo $tipo ?> </font></TD></tr></table>
suerte |