align is being set to "middle" for td's

  •  05-19-2006, 1:52 AM

    align is being set to "middle" for td's

    We use alot of templates that use tables to manage their layout but in both 5.2 and 5.3 if we have align="center" on a <td> the editor automatically switches it to align=middle.  This is causing some problems with FireFox though it seems that IE is handling it fine.  Is there a way I can fix this myself or do I have to wait for a patch?  I'm using the editor from inside IE.
     
     
     
    Sample:
    Below I put in:
     
    <table><tbody><tr><td style="WIDTH: 300px" align="center">Test</td></tr></tbody></table>
     
    but when I swich back to Normal it changes to:
     
    <table><tbody><tr><td style="WIDTH: 300px" align=middle>Test</td></tr></tbody></table>
     
     
    Test
     
     
     
    Thanks,
    Jim
View Complete Thread