Hi everyone,
The question is:
How to change the default style applied to INDENT, OUTDENT, etc. in HtmlEditorExtender?
A full detail on the issue:
I've used HtmlEditorExtender in a "Right-To-Left" oriented website. Everything is OK but the direction of INDENT and OUTDENT.
The margin set by Ajax Toolkit gives a LEFT MARGIN to the BLOCKQUOTE by default, in a case in RTL pages and contents it should be RIGHT MARGIN:
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">
RIGHT TO LEFT CONTENT SUCH AS ARABIC TEXT
</blockquote>
Any kind help would be highly appreciated.
The question is:
How to change the default style applied to INDENT, OUTDENT, etc. in HtmlEditorExtender?
A full detail on the issue:
I've used HtmlEditorExtender in a "Right-To-Left" oriented website. Everything is OK but the direction of INDENT and OUTDENT.
The margin set by Ajax Toolkit gives a LEFT MARGIN to the BLOCKQUOTE by default, in a case in RTL pages and contents it should be RIGHT MARGIN:
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">
RIGHT TO LEFT CONTENT SUCH AS ARABIC TEXT
</blockquote>
Any kind help would be highly appreciated.