Skip to main content
Inspiring
September 18, 2006
Question

cfform buttons placement

  • September 18, 2006
  • 1 reply
  • 211 views
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


This topic has been closed for replies.

1 reply

Inspiring
September 18, 2006
Answer: <cfformgroup type="horizontal">