Hi everyone!
I’ve met a strange problem.
In a form, I have a rich-text field, with “full” alignment. In Notes client it works fine, but in web I see good-old left-most alignment.
What’s wrong?
Thanks in advance,
Dmitry.
Hi everyone!
I’ve met a strange problem.
In a form, I have a rich-text field, with “full” alignment. In Notes client it works fine, but in web I see good-old left-most alignment.
What’s wrong?
Thanks in advance,
Dmitry.
Subject: Rich text field doesn’t align properly in web
The HTML standard doesn’t support full alignment. It’s not Notes. Browsers don’t know how to deal with it.
Subject: RE: Rich text field doesn’t align properly in web
It may be deprecated but html4 supportsalign=justify.
If you surround the RT field with pass-through
rtfield
it works in ie6.0