Hello
I have installed the editor but where can i chance the size??? its now so very small.
i have attachd a picture how he is now.
PS sorry if my English is not so good, i'm from holland , i'm Dutch
I have installed the editor but where can i chance the size??? its now so very small.
i have attachd a picture how he is now.
PS sorry if my English is not so good, i'm from holland , i'm Dutch
Re: FCKEditor size
But when i want to use de filemanager it doesnt work.
When i wanna upload a file to my server everything is ok, but when i want to put it in my website nothing works.
it uploads to fckeditor/editor/filemanager\connectors\php/ and there he puts the map.
But when i upload everything and look on my website there i see no picture.
I go to properties of the picture and see he puts it in the map images/image/background.jpg but it doesnt is there how can i fix this?
Re: FCKEditor size
Re: FCKEditor size
Scroll to line 130: function FCKeditor( $instanceName )
Another way to set the sizes is putting these lines:
Add these lines to the file where you include FCK (between $oFCKeditor = new FCKeditor('tekst'); and $oFCKeditor->Create(); )
About the file upload, check config.php in \editor\filemanager\connectors\php\
What do you have at $Config['UserFilesPath'] and $Config['UserFilesAbsolutePath']
Re: FCKEditor size
<FCKeditorV2:FCKeditor ID="txt_body" runat="server" Height="400px" Width="100%" />
FCKeditor is contained in some div. But FCK don't fit in div. Its right part is cut as it is in figure.
I suppose this problem is caused by fckeditor's markup. Firebug Inspector established dropdown lists were contained in raw of table (<tr>). So, it is sensless to customize CSS. If lists were contained in divs, I could customize float property.
Re: FCKEditor size
So 1 more problem for me.
When i'm typing a text and saving it on my webpage, i get this:
this is wath i'm typing:
When i'm going to the webpage i see this:
This is TO much space.
If i'm looking ad the code i see that every enter i give he put a <p> and end it wit </p> but i only want thta to begin and to and not after every line i make.
Who can tell me what i'm doing wrong?
Sorry for my English but as i already said i'm dutch and my English is not so well.