Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
Jim Wells #1
center submit button
Is there a way to center a submit button in a cfform flash mode?
Jim Wells Guest
-
Submit button
I have a web form with a few text fields some validataion and a submit button. When I click the submit bittin the serverside event does not... -
using submit button and PHP-HELP
Hi, I have a form that has a submit button in it, when the button is pressed I want it to reload the same page, with the same URL, however when I... -
Text on button wont center?
Hi I have made alot of navigation bars and buttons since I have been using Fireworks MX so im sure im making them right but for the past few days... -
value submit button
You can get the button value use code below: <?php echo $_POST;?> <form method="post"> <input type="submit" name="submit" value="submit1">... -
Help with Submit button...
Hi, I have a graphic, I wanted to use it for a submit button. For some reason it does not work.. it acts more of a link. The problem with... -
khoj #2
Re: center submit button
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:
[url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/[/url]
wwhelp.htm?context=ColdFusion_Documentation&file=p art_dev.htm
hope this helps
khoj Guest
-
Jim Wells #3
Re: center submit button
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
Jim Wells Guest



Reply With Quote

