I'm trying to add a style to fckstyles.xml that will enable my client to float tables to the left or right (since floating an image with respect to the table doesn't seem to do the trick).
Here's what I've got:
<Style name="Table Left" element="table">
<Style name="float" value="left" />
<Style name="margin-right" value="1em" />
</Style >
<Style name="Table Right" element="table">
<Style name="float" value="right" />
<Style name="margin-left" value="1em" />
</Style >
However, when I left-click a table and then select the style drop-down, it's blank (there's no option). Any ideas? Is it not possible to style tables?