Hi
First of all - GREAT WORK!!
I was thinking of translating the program to hebrew language. I tried few words and it seems to work fine.
The problem I'm facing is that hebrew is written from right to left, thus I have to change the direction of the edit box.
Normally I would have used the DIR=RTL attribute in the <table> or <body> tags. but after making few trials all I could do is align the tools bar to the right. no matter what I do I cannot change the editor's textbox to behave as RTL textbox.
I'll appreciate any help.
Sincerely,
David
First of all - GREAT WORK!!
I was thinking of translating the program to hebrew language. I tried few words and it seems to work fine.
The problem I'm facing is that hebrew is written from right to left, thus I have to change the direction of the edit box.
Normally I would have used the DIR=RTL attribute in the <table> or <body> tags. but after making few trials all I could do is align the tools bar to the right. no matter what I do I cannot change the editor's textbox to behave as RTL textbox.
I'll appreciate any help.
Sincerely,
David
RE: Right 2 Left support?
Adding direction:rtl; to the body tag properties in the fck_editorarea.css did the trick.
RE: Right 2 Left support?
{
font-size:12px;
font-family:Ariel;
direction:rtl;
}