Hello
I just downloaded the latest version of FCKeditor. I have also read in the support section (http://docs.fckeditor.net/FCKeditor_2.x ... pers_Guide). Now to the problems I'v run into.
1. The FCKeditor does'nt show in Firefox, just IE. How come? Here is the URL to the page: http://www.enguide.se/gda/enguide/skriv-artikel.php
2. I try to change the layout option to "Basic" instead of "Default". I have done the following:
-Here down below is my code. You can se I'v added the MyToolbar.
<?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'); ?>
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