Let's say I have a table with 4 cells
<table cellpadding="0" cellspacing="0" border="2">
  <tr>
    <td>North-West</td>
    <td>North East</td>
  </tr>
  <tr>
    <td>South West</td>
    <td>SouthEast</td>
  </tr>
</table>

And the effect I want is to be able to resize the table cells.
(Height/Width.)  And also possibly resize the entire table.
I want to do this with drag and drop.

What plugins would I need?  How would that work?

Thanks,

Glen

Reply via email to