<table>
<tr>
<td> word1 word2 word3 word4 </td>
</tr>
</table>
In this above table cell how do I perform left-shift operation on word2?
- For 1 leftshift it should be like:
word1 word3 word2 word4 - For 2 leftshifts it should be like:
word1 word3 word4 word2
So assuming your table-cell has the id
foo:To shift the content of #foo 2 to the right you would: