Hello
I have a problem trying to align tables using css styles. When I add this style to center the table:
the cursor remains in the same place, and I can't select the table in the new position:

The screen is the editor 2.6.3 running in FF 3; in FF 2.x, the selection takes all the block, and in IE 7, it doesn't even move!!
I am trying to add styles to the table, but the editor, sometimes can't show the styles added (specially, the styles concerning the alignment of the table)
any idea? can anyone help me?
Thanks in advance.
I have a problem trying to align tables using css styles. When I add this style to center the table:
<table width="200" cellspacing="1" cellpadding="1" border="1" style="margin: 0pt auto;"> <tbody> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table>
the cursor remains in the same place, and I can't select the table in the new position:

The screen is the editor 2.6.3 running in FF 3; in FF 2.x, the selection takes all the block, and in IE 7, it doesn't even move!!
I am trying to add styles to the table, but the editor, sometimes can't show the styles added (specially, the styles concerning the alignment of the table)
any idea? can anyone help me?
Thanks in advance.

Re: Problem with tables a alignement with css
Re: Problem with tables a alignement with css
Re: Problem with tables a alignement with css
Re: Problem with tables a alignement with css