‘Easy Table’ Plugin has float issues

You should take a look at the CSS the table uses. Right now it probably uses float:left values.

Use Firebug or a similar tool to check if this is the case, and try to edit the CSS.

tech