Question
cfform buttons placement
How can I get 2 buttons at the bottom of a cfform to sit next
to each other
rather than on 2 seperate lines?
<cfinput type="button" name="Edit_Show" value="Edit" >
<cfinput type="button" name="Delete_Show" value="Remove" >
I tried to table them and they still show one on top of the other. I would
like
[Edit] [Remove]
rather than
[Edit]
[Remove]
Thanks
rather than on 2 seperate lines?
<cfinput type="button" name="Edit_Show" value="Edit" >
<cfinput type="button" name="Delete_Show" value="Remove" >
I tried to table them and they still show one on top of the other. I would
like
[Edit] [Remove]
rather than
[Edit]
[Remove]
Thanks