http://docs.fckeditor.net/FCKeditor_2.x ... pers_Guide
http://www.enguide.se/gda/enguide/skriv-artikel.php
<?php
include('index.php');
include_once("fckeditor/fckeditor.php") ;
?>
<div class="cbb" id="skriv-artikel">
<h2>Skriv artikel</h2>
<form action="sampleposteddata.php" method="post" target="_blank">
Skriv artikel rubrik: <br />
<input type="text" name="rubrik" />
<?php
// Here down below I added the index-way to MyToolbar
$oFCKeditor->ToolbarSet = 'MyToolbar';
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = 'fckeditor/' ;
$oFCKeditor->Value = '' ;
$oFCKeditor->Create() ;
?>
<br />
<input type="submit" value="Submit">
</form>
</div>
<?PHP
include('footer.php');
?>FCKConfig.ToolbarSets["MyToolbar"] = [ ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About'] ] ;

Re: Two probs. 1. Not showing in Firefox. 2. Cant change to ex B
Re: Two probs. 1. Not showing in Firefox. 2. Cant change to ex B
What could be wrong?
Edit: Tried it on my iMac at home now, with other bandwitch then the other mac I described in the text the last post and still not getting it to work in Firefox on my Mac. Realy strange.
Re: Two probs. 1. Not showing in Firefox. 2. Cant change to ex B
Re: Two probs. 1. Not showing in Firefox. 2. Cant change to ex B
Re: Two probs. 1. Not showing in Firefox. 2. Cant change to ex B