Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/06/2006, 08:32
balder
 
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();
?>