﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5679	Style Formatting	Gokul	Gokul	"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."	Bug	closed	Normal		Core : Styles	FCKeditor 2.6.6	invalid		
