![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/08/2006, 23:22
|
| | Fecha de Ingreso: febrero-2005
Mensajes: 16
Antigüedad: 20 años Puntos: 0 | |
Estoy novato y no la pude ejeutar Hola, agradezco me hayas colaborado, pero no pude lograrlo.
esa funcion la uso cuando estoy insertando la informacion en la base de datos por medio del textarea, o cuando estoy presentadolo?
el codigo es el siguiente
<script language="JavaScript1.2">mmLoadMenus();</script>
<table width="720" align="center">
<!--DWLayoutTable-->
<tr>
<td height="16" colspan="4"><table width="720" align="center">
<tr>
<td class="titulos"><?php echo $row_news['custom_titulo']; ?> / <?php echo $row_news['custom_fecha']; ?></td>
</tr>
<tr> <td><div align="justify"><?php echo $row_news['custom_cuerpo']; ?></div></td>
</tr>
<tr>
<td class="cuerpo">Autor: <?php echo $row_news['custom_autor']; ?></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
<tr>
<td width="255" height="5"></td>
<td width="117"></td>
<td width="99"></td>
<td width="237"></td>
</tr>
</table> |