#3762: Table alignment use of align attribute
---------------------------+------------------------------------------------
 Reporter:  damo           |       Owner:  tobiasz.cudnik
     Type:  Bug            |      Status:  assigned      
 Priority:  Normal         |   Milestone:  CKEditor 3.0  
Component:  General        |     Version:                
 Keywords:  IBM Confirmed  |  
---------------------------+------------------------------------------------

Comment(by tobiasz.cudnik):

 Horizontal alignment relays on margins of centered element, so even when
 we change '''table[align=center]''' to more proper way which is
 {{{
 div[style="text-align: center"] > table[style="margins: auto"]
 }}}
 Then changing table's margins will also destroy the effect. Although if we
 will set margin values as inline, they wont be possible to change using
 stylesheets, which may be the point.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3762#comment:2>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to