Actions
Bug #15320
closedHTMLArea: when centering a text it will not be centered after saving
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-12-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
when centering a text it will not be centered after saving
is in IE and FF
(issue imported from #M2115)
Updated by Stanislas Rolland almost 19 years ago
This is intentional: in the default processing options, the align attribute is removed. Alignment should be done through class assignment.
I will revert this setting only in the Demo default settings, since the alignment buttons are enabled in these settings.
Note that you could also use RTE.default.useCSS = 1. In which case, htmlArea RTE in Mozilla/Firefox will use style attribute rather than align. Style attribute will be preserved on save. However, this will not apply in IE.
Actions