![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
21/06/2006, 08:32
|
| | Fecha de Ingreso: septiembre-2005
Mensajes: 99
Antigüedad: 19 años, 5 meses Puntos: 0 | |
No perdon, esa linea no vale, es algo que he probado y no ha resultado es esto:
<?
$sBasePath = "editor/" ;
$oFCKeditor = new FCKeditor('texto') ;
$oFCKeditor->BasePath = $sBasePath ;
$oFCKeditor->Value = $texto ;
$oFCKeditor->Width = '300' ;
$oFCKeditor->Height = '150' ;$oFCKeditor->Create();
?> |