all groups > coldfusion flash integration > april 2005 >
You're in the

coldfusion flash integration

group:

center submit button


center submit button Jim Wells
4/28/2005 12:00:00 AM
coldfusion flash integration:
Re: center submit button khoj
4/28/2005 12:00:00 AM
yes there is.

<cfformgroup type="horizontal"style="horizontalAlign:center">
<cfinput type = "submit" name="submit" width="100" value = "Show
Results">
<cfinput type = "reset" name="reset" width="100" value = "Reset Fields">
</cfformgroup>

Ref:

http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/
wwhelp.htm?context=ColdFusion_Documentation&file=part_dev.htm

hope this helps
Re: center submit button Jim Wells
4/29/2005 12:00:00 AM
Thanks, I tried it and it worked until I add cfinput tags above it

For example I want these not centered and displayed above it
<cfinput type="text" name="username" value="" label="Username" size="10">
<cfinput type="password" name="password" value="" label="Password"
size="10">

When I add that, the submit button is off centered and moved to the right
AddThis Social Bookmark Button