hi there.

i have some buttons in a cfform panel, and i want them to be centered.
i have this code below... and they are left justified.
ive tried sooo many variations of centering, and i just cannot get it...

help :)

                                       <cfform
name="administratorMenu" action="nclisAwards.cfm"
method="post" format="flash">
                                               <cfformgroup
type="PANEL" label="Administrator Menu"
height="180" width="150"
style="#menuPanel#margin:0px;textAlign:center;">
                                                       <cfformgroup
TYPE="vertical">
                                                               <div
align="center">
                                                              
<cfinput type="submit" value="Manage Users" name="ManageUsers"
style="#menuButtons#">
                                                                      
<cfformitem height="10" type="spacer" visible="No" />
                                                              
<cfinput type="submit" value="Manage Entries"
name="ManageEntries" style="#menuButtons#">
                                                                      
<cfformitem height="10" type="spacer" visible="No" />
                                                              
<cfinput type="submit" value="Manage Reviews"
name="ManageReviews" style="#menuButtons#">
                                                               </div>
                                                       </cfformgroup>
                                               </cfformgroup>
                                       </cfform>
-- 
....tony

Tony Weeg
tonyweeg [at] gmail [dot] com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:173709
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to