Intro
This on-line manual will help you to configure inbetween's config options.
Most of them are self-explanatory but i hope you will find this user guide useful.

CSS-File
Most important. Define your own css-file. The editor now retrieves automatically all classes from a css-file. Especially when you defined a table-width of 100% this will break user-defined table-width in the editor. Editor's theme
There are 3 themes to chose from:Default,Advanced,Simple.
Only Advanced theme allows toolbars customization.

Editor's language
This option sets the editor's language for your users.
It may differ from your site's default language so you may want English for your site and French for the editor.
I know it sounds funny so just take it as an added value.

Force BR elements
If enabled,this option forces BR instead of P elements on carriage-return.
This only affects Internet Explorer.

Force P elements
If enabled,this option forces P instead of BR elements on carriage-return.
This only affects Mozilla/Firefox browsers and is enabled by default.

Elements path location
The elements path is a bar which visually shows you what html element you are currently editing.
For example:
Table >> td >> p
Div >> a

Active plugins
Plugins are a handy way to add new functions to the editor.
inbetween comes with a large number of plugins but they MUST be enabled before use.
Please note that some plugins are only compatible with IE5.5+ and they doesn't affect Gecko browsers.

First,Second and Third row buttons
Standard and plugins buttons can be organized into 3 rows.
inbetween comes with a toolbar configurator which allows you to "design" your toolbars in a snap.

Date and Time format
Here you can configure the way Insert date and Insert time are formatted.
Insert date default value is: %Y-%m-%d
Insert time default value is: %H:%M:%S
but you may want to edit these value with the following:
%y - year as a decimal number without a century (range 00 to 99)
%Y - year as a decimal number including the century
%d - day of the month as a decimal number (range 01 to 31)
%m - month as a decimal number (range 01 to 12)
%D - same as %m/%d/%y
%r - time in a.m. and p.m. notation
%H - hour as a decimal number using a 24-hour clock (range 00 to 23)
%I - hour as a decimal number using a 12-hour clock (range 01 to 12)
%M - minute as a decimal number (range 00-59)
%S - second as a decimal number (range 00-59)
%p - either `am' or `pm' according to the given time value
%% - a literal `%' character

Uploads directory
Set here the directory dedicated to site uploads.
It should be chmoded 0777 on Unix systems.

Enable per-user directories?
inbetween's image manager allows you to have per-user directories.
This means that each user manages his own folder without messing anything.

User's disk quota
If the option above is enabled,you may also set user's disk quota
which is the maximum space a user is allowed to use.
A message in the image manager displays the current quota usage (10%,50% and so on).
When the quota is reached uploads are automatically disabled and a warning message
invites the user to make room before uploading again.

Which library for thumbs creation?
Set here the graphic library for thumbs creation.
GD should be available in your php's installation so this is the default setting
but ImageMagick and NetPBM usually output better thumbs so you may use one of these if you have it on your server.

Path to the library
This is the server path to ImageMagick of NetPBM libraries.Ask your provider if you don't have it.