Opened 15 years ago
Closed 15 years ago
#5679 closed Bug (invalid)
Style Formatting
Reported by: | Gokul | Owned by: | Gokul |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | FCKeditor 2.6.6 |
Keywords: | Cc: |
Description
Hi,
I'm using fck editor for my project with php and flash. Where I need to format the default styles to compatible with legacy html as it would only supported in flash.
for example : I'm able to change the font styles from
<font style="font-size: 14px;"> text </font> to
<font size="14"> text </font>
by making a custom corestyles like
FCKConfig.CoreStyles.Size =
{
Element : 'font',
Attributes : { 'size' : '#("Size")' } } ;
But When I align text to center the format I'm getting in source code is like :
<p style="text-align: center;">
where I want it to change to
<p align="center">
I couldn't find a way to make the changes like I did for the other font styles. some body Please help me with a solution.
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | → CKEditor 3.3 |
---|---|
Owner: | set to Gokul |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Milestone: | CKEditor 3.3 |
---|---|
Priority: | High → Normal |
Resolution: | → invalid |
Status: | assigned → closed |
Please use our forums for discussions.