I have a the following code
I would like Text1 to be on the left side of the cell and the button on the right side of the cell.
I can do think by inserting another cell, but I was wondering if there is a way to do this in CSS?
Thanks
Code:
<td>Text 1 <input type="submit" name="MyButton" value="Click Here"> </td>
I would like Text1 to be on the left side of the cell and the button on the right side of the cell.
I can do think by inserting another cell, but I was wondering if there is a way to do this in CSS?
Thanks